Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
libudis86/ | 03-May-2024 | - | 12,111 | 9,846 | ||
LICENSE | D | 03-May-2024 | 1.5 KiB | 28 | 22 | |
OWNERS | D | 03-May-2024 | 55 | 4 | 3 | |
README.chromium | D | 03-May-2024 | 744 | 25 | 18 | |
mach_override.c | D | 03-May-2024 | 20.9 KiB | 717 | 506 | |
mach_override.gyp | D | 03-May-2024 | 1.8 KiB | 62 | 60 | |
mach_override.h | D | 03-May-2024 | 3.1 KiB | 77 | 38 | |
udis86.h | D | 03-May-2024 | 1.5 KiB | 34 | 6 |
README.chromium
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