Remove FinalizeInit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
|
||||
Copyright 2017-2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
|
||||
|
||||
All rights reserved.
|
||||
*/
|
||||
@@ -51,6 +51,9 @@ namespace Il2CppInspector.Reflection
|
||||
VirtualAddress = pkg.Binary.Image.ReadUInt32();
|
||||
}
|
||||
|
||||
// Remove ARM Thumb marker LSB if necessary
|
||||
VirtualAddress &= 0xfffffffe;
|
||||
|
||||
HasBody = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user