| Interface | Description |
|---|---|
| IntIntMap |
These methods will be implemented by all test maps
|
| Class | Description |
|---|---|
| DylibStubContentsScrubber |
Scrubs the contents of dylib stubs, so that they're independent of the contents of the source
dylib.
|
| IntIntMap4a |
An extremely fast int-int map for large data sets which avoids boxing costs.
|
| LcUuidContentsScrubber | |
| MachoDyldInfoCommand |
Represents the LC_DYLD_INFO/LC_DYLD_INFO_ONLY command.
|
| MachoDyldInfoCommandReader |
Reader for LC_DYLD_INFO[_ONLY] Mach-O commands.
|
| MachoExportTrieEdge |
Represents a Mach-O export trie edge, containing a C-string (prefix) and a pointer to the node.
|
| MachoExportTrieNode |
Represents the Mach-O export trie node.
|
| MachoExportTrieNode.ExportInfo |
Represents the export info, if present, for nodes.
|
| MachoExportTrieReader |
The export info is a serialized trie.
|
| MachoExportTrieWriter |
Provides ability to serialize an export trie, compatible with ld64.
|
| Machos | |
| MachoSymTabCommand |
Represents the LC_SYMTAB command.
|
| MachoSymTabCommandReader |
Reader for the LC_SYMTAB command
|
| ObjectFileScrubbers | |
| OsoSymbolsContentsScrubber | |
| ULEB128 |
Utility for ULEB128 encoding as used by ld64.
|
| Enum | Description |
|---|---|
| ObjectFileScrubbers.PaddingStyle |
| Exception | Description |
|---|---|
| Machos.MachoException |