mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-10 03:27:28 -03:00
Improve WebAssembly processing
This commit is contained in:
parent
f8b509c2d8
commit
b8c8073823
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ namespace Il2CppDumper
|
|||
var bss = new SearchSection
|
||||
{
|
||||
offset = Length,
|
||||
offsetEnd = 1024 + 2159056, //STATICTOP
|
||||
offsetEnd = long.MaxValue, //hack
|
||||
address = Length,
|
||||
addressEnd = 1024 + 2159056 //STATICTOP
|
||||
addressEnd = long.MaxValue //hack
|
||||
};
|
||||
var plusSearch = new PlusSearch(this, methodCount, typeDefinitionsCount, maxMetadataUsages);
|
||||
plusSearch.SetSection(SearchSectionType.Exec, exec);
|
||||
|
|
Loading…
Reference in a new issue