Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Side by Side Diff: third_party/mach_override/README.chromium

Issue 22798004: Randomize mach_override_ptr trampoline addresses on 32-bit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use VM_FLAGS_ANYWHERE rather than 1 Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/mach_override/mach_override.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: mach_override 1 Name: mach_override
2 Short Name: Part of the mach_star project 2 Short Name: Part of the mach_star project
3 Version: Unknown 3 Version: Unknown
4 URL: https://github.com/rentzsch/mach_star 4 URL: https://github.com/rentzsch/mach_star
5 Date: 11/14/2012 5 Date: 11/14/2012
6 Revision: 10860416803280f05cbe20f97a3ec02a7c697bf4 6 Revision: 10860416803280f05cbe20f97a3ec02a7c697bf4
7 License: MIT 7 License: MIT
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: 12 This is the mach_override part of mach_star, namely:
13 https://github.com/rentzsch/mach_star/tree/10860416803280f05cbe20f97a3ec02a7c697 bf4 13 https://github.com/rentzsch/mach_star/tree/10860416803280f05cbe20f97a3ec02a7c697 bf4
14 14
15 This package is used to replace framework functions with different 15 This package is used to replace framework functions with different
16 implementations at run time. 16 implementations at run time.
17 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
23 Randomize mach_override_ptr trampoline addresses on 32-bit:
24 https://codereview.chromium.org/22798004/
OLDNEW
« no previous file with comments | « no previous file | third_party/mach_override/mach_override.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698