AR |
The AR class is used for parsing standard archive (ar) files.
|
ERandomAccessFile |
|
MachO |
Deprecated.
|
MachO.Line |
Simple class to implement a line table
|
MachO.SymbolComparator |
We have to implement a separate compararator since when we do the
binary search down below we are using a Long and a Symbol object
and the Long doesn't know how to compare against a Symbol so if
we compare Symbol vs Long it is ok, but not if we do Long vs Symbol.
|
MachO64 |
|
MachO64.Line |
Simple class to implement a line table
|
MachO64.SymbolComparator |
We have to implement a separate comparator since when we do the
binary search down below we are using a Long and a Symbol object
and the Long doesn't know how to compare against a Symbol so if
we compare Symbol vs Long it is ok, but not if we do Long vs Symbol.
|
MachOHelper |
Deprecated.
|
MachOHelper64 |
MachOHelper64 is a wrapper class for the MachO64 class
to provide higher level API for sorting/searching the MachO data.
|