Home | History | Annotate | only in /external/chromium_org/third_party/mach_override
Up to higher level directory
NameDateSize
LICENSE06-Dec-2013143
mach_override.c06-Dec-201322.9K
mach_override.gyp06-Dec-2013554
mach_override.h06-Dec-20135.2K
OWNERS06-Dec-201355
README.chromium06-Dec-2013696

README.chromium

      1 Name: mach_override
      2 Short Name: Part of the mach_star project
      3 Version: Unknown
      4 URL: https://github.com/rentzsch/mach_star
      5 Date: 11/14/2012
      6 Revision: 10860416803280f05cbe20f97a3ec02a7c697bf4
      7 License: MIT
      8 Security Critical: Yes
      9 
     10 
     11 Description:
     12 This is the mach_override part of mach_star, namely:
     13 https://github.com/rentzsch/mach_star/tree/10860416803280f05cbe20f97a3ec02a7c697bf4
     14 
     15 This package is used to replace framework functions with different
     16 implementations at run time.
     17 
     18 
     19 Local Modifications:
     20 Ensure no rwx pages remain after mach_override_ptr:
     21 https://codereview.chromium.org/21208002/ 
     22 
     23 Randomize mach_override_ptr trampoline addresses on 32-bit:
     24 https://codereview.chromium.org/22798004/
     25