• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/mach_override/
NameDateSize

..03-Jan-20144 KiB

LICENSE03-Jan-2014143

mach_override.c03-Jan-201422.9 KiB

mach_override.gyp03-Jan-2014554

mach_override.h03-Jan-20145.2 KiB

OWNERS03-Jan-201455

README.chromium03-Jan-2014696

README.chromium

1Name: mach_override
2Short Name: Part of the mach_star project
3Version: Unknown
4URL: https://github.com/rentzsch/mach_star
5Date: 11/14/2012
6Revision: 10860416803280f05cbe20f97a3ec02a7c697bf4
7License: MIT
8Security Critical: Yes
9
10
11Description:
12This is the mach_override part of mach_star, namely:
13https://github.com/rentzsch/mach_star/tree/10860416803280f05cbe20f97a3ec02a7c697bf4
14
15This package is used to replace framework functions with different
16implementations at run time.
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