IL2CPP: Add APIs to save processed metadata and binary to disk
This commit is contained in:
@@ -594,6 +594,10 @@ namespace Il2CppInspector
|
||||
Console.SetOut(stdout);
|
||||
return processors;
|
||||
}
|
||||
|
||||
// Savers
|
||||
public void SaveMetadataToFile(string pathname) => Metadata.SaveToFile(pathname);
|
||||
public void SaveBinaryToFile(string pathname) => Binary.SaveToFile(pathname);
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user