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)
118
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)
74
public static MachObjectFile Create(
IMachOFileReader
file)
130
private static EmbeddedSignatureBlob CreateSignature(MachObjectFile machObject,
IMachOFileReader
file, string identifier)
176
public static bool IsMachOImage(
IMachOFileReader
file)
331
IMachOFileReader
inputFile,