io-no / libdebug

libdebug is a python library to automate the debugging of a binary executable.
Other
1 stars 1 forks source link

Signal Handling #9

Open io-no opened 10 months ago

io-no commented 10 months ago

Implement a system to track the signals handled when the process is traced by libdebug. This functions should also include a way to execute callback functions when a specific signal is handled (maybe through lambda functions as for breakpoints).