From 3cd57b574e4340999bffd5c00e397239ae80f7c4 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Wed, 16 Oct 2019 06:26:53 +0200 Subject: [PATCH] Update Bin2Object submodule --- Bin2Object | 2 +- Il2CppInspector/Il2CppBinary.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bin2Object b/Bin2Object index d37491a..3a9532b 160000 --- a/Bin2Object +++ b/Bin2Object @@ -1 +1 @@ -Subproject commit d37491a83018289ffbeb2e73f14a25f88d124dcd +Subproject commit 3a9532bc3408c5b6e443b40d08f852ba2eee54ea diff --git a/Il2CppInspector/Il2CppBinary.cs b/Il2CppInspector/Il2CppBinary.cs index a34f594..c6eec66 100644 --- a/Il2CppInspector/Il2CppBinary.cs +++ b/Il2CppInspector/Il2CppBinary.cs @@ -41,7 +41,7 @@ namespace Il2CppInspector protected abstract (uint, uint) ConsiderCode(uint loc, uint globalOffset); // Check all search locations - public bool Initialize(int version, uint imageIndex = 0) { + public bool Initialize(double version, uint imageIndex = 0) { var subImage = Image[imageIndex]; Image.Stream.Version = version; var addrs = subImage.GetFunctionTable();