Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
libudis86/ | 03-May-2024 | - | 12,111 | 9,846 | ||
BUILD.gn | D | 03-May-2024 | 1,004 | 44 | 39 | |
LICENSE | D | 03-May-2024 | 1.5 KiB | 28 | 22 | |
OWNERS | D | 03-May-2024 | 55 | 4 | 3 | |
README.chromium | D | 03-May-2024 | 552 | 20 | 14 | |
mach_override.c | D | 03-May-2024 | 20.6 KiB | 701 | 490 | |
mach_override.gyp | D | 03-May-2024 | 1.8 KiB | 62 | 60 | |
mach_override.h | D | 03-May-2024 | 3.1 KiB | 77 | 38 | |
udis86.h | D | 03-May-2024 | 1.5 KiB | 34 | 6 |
README.chromium
1Name: mach_override 2Short Name: mach_override 3Version: Newer than 1.2. HEAD from branch semver-1.x. 4URL: https://github.com/rentzsch/mach_override 5Date: 2014-05-11 6Revision: 919148f94db54fc04d287eb6a42c0c36b166bbfa 7License: MIT and 2-clause BSD 8Security Critical: Yes 9 10 11Description: 12This package is used to replace framework functions with different 13implementations at run time. 14 15mach_override includes a copy of libudis86 1.7.1, available separately from 16http://udis86.sourceforge.net/ and https://github.com/vmt/udis86 . 17 18 19Local Modifications: None. 20