Replies: 1 comment 1 reply
-
Hi! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying for a few days to try to figure out how to get data out of a game called Kingshot (com.run.tower.defense) which is a reskin/re-release of Whiteout Survival (com.gof.global)
I'm quite sure the games use anti-cheat and encrypted game files, making it really hard to do basically anything.
I mainly want to just sniff the game traffic so I can get stats of my alliance members so we can log the information for statistics tracking. I've tried quite a few things, but mostly always ran into dead-ends.
From my understanding, i either need to be able to decrypt the global-metadata.dat file or get frida-il2cpp-brdige working, but I only got this far with the bridge using the hello world example:
I'm pretty sure that Kingshot is using unity
2022.3.52f1
com.android.games.engine.build_fingerprint
file:I saw a few other posts around the internet trying to do the same thing but never saw any one post any success. So this is my last attempt at hoping someone else might have some insight here.
Beta Was this translation helpful? Give feedback.
All reactions