mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-26 02:33:01 -03:00
精简代码
This commit is contained in:
parent
a3e0053f8f
commit
a63f781d1a
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ namespace Il2CppDumper
|
||||||
switch (section.Characteristics)
|
switch (section.Characteristics)
|
||||||
{
|
{
|
||||||
case 0x60000020:
|
case 0x60000020:
|
||||||
Marshal.Copy(new IntPtr(handle.ToInt64() + section.VirtualAddress), peBuff, (int)section.VirtualAddress, (int)section.VirtualSize);
|
|
||||||
break;
|
|
||||||
case 0x40000040:
|
case 0x40000040:
|
||||||
case 0xC0000040:
|
case 0xC0000040:
|
||||||
Marshal.Copy(new IntPtr(handle.ToInt64() + section.VirtualAddress), peBuff, (int)section.VirtualAddress, (int)section.VirtualSize);
|
Marshal.Copy(new IntPtr(handle.ToInt64() + section.VirtualAddress), peBuff, (int)section.VirtualAddress, (int)section.VirtualSize);
|
||||||
|
|
Loading…
Add table
Reference in a new issue