Rename Il2CppReflector to Il2CppModel

This commit is contained in:
Katy Coe
2019-10-31 01:21:43 +01:00
parent 5005a6ed03
commit e26a47fd3a
4 changed files with 7 additions and 7 deletions

View File

@@ -12,13 +12,13 @@ namespace Il2CppInspector
{
public class Il2CppCSharpDumper
{
private readonly Il2CppReflector model;
private readonly Il2CppModel model;
// Namespace prefixes whose contents should be skipped
public List<string> ExcludedNamespaces { get; set; }
public Il2CppCSharpDumper(Il2CppInspector proc) {
model = new Il2CppReflector(proc);
model = new Il2CppModel(proc);
}
private string formatAddress(ulong address) => model.Package.BinaryImage.Bits == 32