IL2CPP: Load managed code string literals

This commit is contained in:
Katy Coe
2020-01-27 01:10:33 +01:00
parent 8e4859b563
commit 9e6c7ccd36
3 changed files with 20 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
/*
Copyright 2017 Perfare - https://github.com/Perfare/Il2CppDumper
Copyright 2017-2019 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
Copyright 2017-2020 Katy Coe - http://www.hearthcode.org - http://www.djkaty.com
All rights reserved.
*/
@@ -433,4 +433,10 @@ namespace Il2CppInspector
public uint destinationindex;
public uint encodedSourceIndex;
}
public class Il2CppStringLiteral
{
public int length;
public int dataIndex;
}
}