blob: fad7a9318ebd8c3b16b5c8488c6c85532b083762 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Name: mach_override
Short Name: Part of the mach_star project
Version: Unknown
URL: https://github.com/rentzsch/mach_star
Date: 07/22/2011
Revision: 51ae3d199463fa84548f466d649f0821d579fdaf
License: MIT
Security Critical: Yes
Description:
This is the mach_override part of mach_star, namely:
https://github.com/rentzsch/mach_star/tree/51ae3d199463fa84548f466d649f0821d579fdaf
This package is used to replace framework functions with different
implementations at run time.
Local Modifications:
Added the instructions to |possibleInstructions| for the very short
malloc_error_break() on 10.5 so that it can be overriden on that platform.
Print errors using fprintf() to stderr, rather than printf() to stdout.
|