Formats: Add DefaultFilename property
This commit is contained in:
@@ -77,6 +77,8 @@ namespace Il2CppInspector
|
||||
|
||||
protected MachOReader(Stream stream) : base(stream) { }
|
||||
|
||||
public override string DefaultFilename => "app";
|
||||
|
||||
public override string Format => "Mach-O " + (Bits == 32 ? "32-bit" : "64-bit");
|
||||
|
||||
public override string Arch => (MachO)header.CPUType switch
|
||||
|
||||
Reference in New Issue
Block a user