Plugins: Add PreProcessBinary, PostProcessBinary, PostProcessAppModel

This commit is contained in:
Katy Coe
2020-12-29 21:32:54 +01:00
parent 3e3818a2ed
commit 0ce0bbe74d
3 changed files with 8 additions and 5 deletions

View File

@@ -272,7 +272,8 @@ namespace Il2CppInspector.Model
// Restore stdout
Console.SetOut(stdout);
// TODO: Plugin hook PostProcessAppModel
// Plugin hook to post-process model
PluginHooks.PostProcessAppModel(this);
// This is to allow this method to be chained after a new expression
return this;