rizin icon indicating copy to clipboard operation
rizin copied to clipboard

Generate coredump for linux-arm64 in debug mode.

Open well-mannered-goat opened this issue 3 months ago • 0 comments

librz/debug/p/native/linux/linux_coredump.c is used to generate coredump for linux systems.

The pre defined compiler macro used for arm64 macro is __arm64__ which is incorrect, it should be __aarch64__. Check out the macros here : https://sourceforge.net/p/predef/wiki/Architectures/

Also since linux-arm64 systems dont support older ptrace request types, the code should be refactored accordingly for it.

well-mannered-goat avatar Sep 01 '25 15:09 well-mannered-goat