1 interface inheriting from IMachOFileReader
Microsoft.NET.HostModel (1)
MachO\FileUtils\IMachOFileAccess.cs (1)
9
public interface IMachOFileAccess :
IMachOFileReader
, IMachOFileWriter
9 references to IMachOFileReader
Microsoft.NET.HostModel (9)
MachO\BinaryFormat\Blobs\BlobParser.cs (2)
20
public static IBlob ParseBlob(
IMachOFileReader
reader, long offset)
32
static SimpleBlob CreateUnknownBlob(BlobMagic magic,
IMachOFileReader
reader, long offset)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (1)
123
IMachOFileReader
accessor,
MachO\BinaryFormat\Blobs\SimpleBlob.cs (1)
56
public static SimpleBlob Read(
IMachOFileReader
reader, long offset)
MachO\BinaryFormat\Blobs\SuperBlob.cs (1)
118
public static SuperBlob Read(
IMachOFileReader
reader, long offset)
MachO\MachObjectFile.cs (4)
90
public static MachObjectFile Create(
IMachOFileReader
file)
146
private static EmbeddedSignatureBlob CreateSignature(MachObjectFile machObject,
IMachOFileReader
file, string identifier)
194
public static bool IsMachOImage(
IMachOFileReader
file)
349
IMachOFileReader
inputFile,