blob: aa803e7e8048a8cb75a532d514f5a9bd313bf250 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Name: mach_override
Short Name: mach_override
Version: Newer than 1.2. HEAD from branch semver-1.x.
URL: https://github.com/rentzsch/mach_override
Date: 2013-08-21
Revision: 1a1bb35291a915c545842cd64b5e12e1e76883fc
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:
Ensure no rwx pages remain after mach_override_ptr:
https://codereview.chromium.org/21208002/
Randomize mach_override_ptr trampoline addresses on 32-bit:
https://codereview.chromium.org/22798004/
|