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