Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
LICENSE.TXT | 13-Nov-2012 | 144 | |
mach_override.c | 13-Nov-2012 | 31.6K | |
mach_override.h | 13-Nov-2012 | 5.9K | |
Makefile.mk | 13-Nov-2012 | 689 | |
README.txt | 13-Nov-2012 | 485 |
1 -- mach_override.c is taken from upstream version at 2 https://github.com/rentzsch/mach_star/tree/f8e0c424b5be5cb641ded67c265e616157ae4bcf 3 -- Added debugging code under DEBUG_DISASM. 4 -- The files are guarded with #ifdef __APPLE__ 5 -- some opcodes are added in order to parse the library functions on Lion 6 -- fixupInstructions() is extended to relocate relative calls, not only jumps 7 -- mach_override_ptr is renamed to __asan_mach_override_ptr and 8 other functions are marked as hidden. 9 10