Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE.TXT | D | 03-May-2024 | 144 | 4 | 2 | |
Makefile.mk | D | 03-May-2024 | 665 | 23 | 7 | |
README.txt | D | 03-May-2024 | 485 | 10 | 8 | |
mach_override.c | D | 03-May-2024 | 31 KiB | 958 | 719 | |
mach_override.h | D | 03-May-2024 | 5.9 KiB | 141 | 53 |
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