Fix all sub-images besides the first not having version number set
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Il2CppInspector
|
|||||||
// Check all search locations
|
// Check all search locations
|
||||||
public bool Initialize(double version, uint imageIndex = 0) {
|
public bool Initialize(double version, uint imageIndex = 0) {
|
||||||
var subImage = Image[imageIndex];
|
var subImage = Image[imageIndex];
|
||||||
Image.Stream.Version = version;
|
subImage.Stream.Version = version;
|
||||||
var addrs = subImage.GetFunctionTable();
|
var addrs = subImage.GetFunctionTable();
|
||||||
|
|
||||||
Console.WriteLine("Function Table:");
|
Console.WriteLine("Function Table:");
|
||||||
|
|||||||
Reference in New Issue
Block a user