So Capplay released their mobile game "Minimal Dungeon" on PC (
This is a electron app run through unity. Electron apps as their nature store values as IEEE-754 since they are based on Javascript (v7 or v8, binary or double precision). However through the unity player there seems to be some kind of conversion happening, I can not for the love of god pinpoint a single variable and hunting for changed values is a nightmare in this constellation.
Anyone experienced with this?
finding a value in a electron app run through Unity
- Chrisfearless
- Expert Cheater
- Posts: 122
- Joined: Sun Sep 23, 2018 5:24 pm
- Reputation: 16
-
- Expert Cheater
- Posts: 852
- Joined: Fri Oct 12, 2018 10:25 pm
- Reputation: 896
Re: finding a value in a electron app run through Unity
They're all doubled 4 bytes. So if you have 20 attack, search for 40.
And also, that isn't Unity. Choose the right process, which is always the penultimate one.
And also, that isn't Unity. Choose the right process, which is always the penultimate one.
Re: finding a value in a electron app run through Unity
I have tried and didn't get any result.GreenHouse wrote: ↑Mon Mar 14, 2022 12:23 pmThey're all doubled 4 bytes. So if you have 20 attack, search for 40.
And also, that isn't Unity. Choose the right process, which is always the penultimate one.
Who is online
Users browsing this forum: No registered users