• Home
Name Date Size #Lines LOC

..--

libudis86/03-May-2024-12,1119,846

LICENSED03-May-20241.5 KiB2822

OWNERSD03-May-202455 43

README.chromiumD03-May-2024744 2518

mach_override.cD03-May-202420.9 KiB717506

mach_override.gypD03-May-20241.8 KiB6260

mach_override.hD03-May-20243.1 KiB7738

udis86.hD03-May-20241.5 KiB346

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