Plugins: Add hook TODOs

This commit is contained in:
Katy Coe
2020-12-21 23:02:32 +01:00
parent 3e27cd25e9
commit b9409e7425
7 changed files with 18 additions and 0 deletions

View File

@@ -197,7 +197,12 @@ namespace Il2CppInspector
private bool InitImpl(LoadOptions loadOptions, EventHandler<string> statusCallback) {
LoadOptions = loadOptions;
OnStatusUpdate = statusCallback;
// TODO: Plugin hook PreProcessFile
return Init();
// TODO: Plugin hook PostProcessFile
}
// Confirm file is valid and set up RVA mappings