AppModel: First iteration of ApplicationModel API
Integrate with C++ scaffolding Add new tests Rename Il2CppModel to TypeModel Incomplete IDAPython integration CLI and GUI support Update README.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2019-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
|
||||
Copyright 2019-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty
|
||||
|
||||
All rights reserved.
|
||||
*/
|
||||
@@ -25,7 +25,7 @@ namespace Il2CppInspector
|
||||
|
||||
// Build model
|
||||
var inspectors = Il2CppInspector.LoadFromFile(testPath + @"\GenericTypes-ARMv7.so", testPath + @"\global-metadata.dat");
|
||||
var model = new Il2CppModel(inspectors[0]);
|
||||
var model = new TypeModel(inspectors[0]);
|
||||
|
||||
var asm = model.GetAssembly("GenericTypes.dll");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user