Home | History | Annotate | Download | only in mach_override
      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