Perfare / Zygisk-Il2CppDumper

Using Zygisk to dump il2cpp data at runtime
MIT License
2.15k stars 5.3k forks source link

how to enable #define VersionAboveV24? game is crashing. #56

Closed omegali closed 2 years ago

omegali commented 3 years ago

define GamePackageName "com.arcsystemworks.bbdw"

define UnityVersion 2019.3.7f1

// 2018.3.0f2(v24.1) and up enable it

define VersionAboveV24

my game.h

i looked at the similar issues and perfare said to enable #define VersionAboveV24 but i dont know what to change with it.

the game version is 2019.4.14f1

H3XDaemon commented 3 years ago

Maybe version above 2019.4.4f1 is not supported yet

H3XDaemon commented 3 years ago

Your define is correct

NettixCode commented 3 years ago

same problem here... unityversion 2018.4.31f1 .. how to solved this ?? is it change to compability version with #define VersionAboveV24 enable or how ?

stelauAR commented 3 years ago

same problem here... unityversion 2018.4.31f1 .. how to solved this ?? is it change to compability version with #define VersionAboveV24 enable or how ?

define UnityVersion 2018.4.31f1

This is what you need