radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.62k stars 3k forks source link

Move the debug/signals.c (name to number / number to name) into util #3345

Open radare opened 9 years ago

radare commented 9 years ago

Also, current approach uses Sdb with hardcoded values for the signal name - signal number which is wrong because that thing depends on the target platform.

So maybe we should do this in a similar way syscalls are handled in r2. making them available in a cross-platform way.

for example 17 is sigchld on linux but sigstop on darwin

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of radare2. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.