1Name: mach_override 2Short Name: mach_override 3Version: Newer than 1.2. HEAD from branch semver-1.x. 4URL: https://github.com/rentzsch/mach_override 5Date: 2013-08-21 6Revision: 1a1bb35291a915c545842cd64b5e12e1e76883fc 7License: MIT and 2-clause BSD 8Security Critical: Yes 9 10 11Description: 12This package is used to replace framework functions with different 13implementations at run time. 14 15mach_override includes a copy of libudis86 1.7.1, available separately from 16http://udis86.sourceforge.net/ and https://github.com/vmt/udis86 . 17 18 19Local Modifications: 20Ensure no rwx pages remain after mach_override_ptr: 21https://codereview.chromium.org/21208002/ 22 23Randomize mach_override_ptr trampoline addresses on 32-bit: 24https://codereview.chromium.org/22798004/ 25