blob: 9206bde9eb0a7b14e25a70ac38fc05f622434097 [file] [log] [blame]
Name: mach_override
Short Name: mach_override
Version: unknown
URL: https://github.com/rentzsch/mach_override
Date: 2014-05-11
Revision: 919148f94db54fc04d287eb6a42c0c36b166bbfa
License: MIT and 2-clause BSD
Security Critical: Yes
Description:
This package is used to replace framework functions with different
implementations at run time.
mach_override includes a copy of libudis86 1.7.1, available separately from
http://udis86.sourceforge.net/ and https://github.com/vmt/udis86 .
Local Modifications: Sped up allocation of branch island memory via usage of
vm_region to skip already allocated pages; add diagnostics for allocation
attempts. Catch allocation attempts on restricted pages.