Support metadata v23

This commit is contained in:
Katy Coe
2017-10-20 03:00:28 +02:00
parent fc1ff07036
commit e5568d0dde
6 changed files with 88 additions and 35 deletions

View File

@@ -27,7 +27,8 @@ namespace Il2CppInspector
protected abstract (uint, uint) Search(uint loc, uint globalOffset);
// Check all search locations
public bool Load() {
public bool Load(int version) {
Image.Stream.Version = version;
var addrs = Image.GetSearchLocations();
foreach (var loc in addrs)
if (loc != 0) {