mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-15 09:21:00 +00:00
d9e77ca0d1
* use set_trace_bit and clear_trace_bit macros * use PT_ATTACHEXC since PT_ATTACH will be deprecated in the future and we are interested in receiving mach exceptions * first attempt to handle mach exceptions * api change: added a parameter to r_core_setup_debugger at least in OS X this function was producing double attachment. I've added a boolean value to indicate when use dpa. * added pipe to communicate between main process and traced process by far this is not a good implementation. We should develop a better approach/design to save all the exceptions and handle them accordingly. This is the initial implementation * bring back ptrace for stability and in order to merge this into master |
||
---|---|---|
.. | ||
blob | ||
preload | ||
r2agent | ||
r2pm | ||
rabin2 | ||
radare2 | ||
radiff2 | ||
rafind2 | ||
ragg2 | ||
rahash2 | ||
ranal2 | ||
rarun2 | ||
rasign2 | ||
rasm2 | ||
rax2 | ||
Makefile | ||
rules.mk |