• Home
Name Date Size #Lines LOC

..--

LICENSE.TXTD03-May-2024144 42

Makefile.mkD03-May-2024665 237

README.txtD03-May-2024485 108

mach_override.cD03-May-202431 KiB958719

mach_override.hD03-May-20245.9 KiB14153

README.txt

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