DoranekoSystems / frida-ceserver

Frida-based ceserver: A fusion of Cheat Engine and Frida.
GNU General Public License v3.0
213 stars 55 forks source link

Could you possibly give me the 7.4.1 Cheat Engine that you use? #8

Closed Thekidiacs closed 1 year ago

Thekidiacs commented 2 years ago

I know that you said that you must compile the cheat engine to be able to use the debugger. Can you please give me the cheat engine that you use and maybe zip the folder and upload it to here? You would help me so much! Thanks!

DoranekoSystems commented 2 years ago

The original ceserver has recently undergone frequent updates and some protocols have been changed. If you have the patreon version, it should work. I will try to keep this project as up-to-date as possible.

Thekidiacs commented 2 years ago

So I now have the 7.4.1 cheat engine from patreon. When I try to go into memory viewer to view the assembly/opcode I only see "UNALLOCATED". How can I fix this?

DoranekoSystems commented 2 years ago

Is that address an area of program code? If the Cheat Engine cannot disassemble arm64, it will be displayed as such.

Thekidiacs commented 2 years ago

No matter what region of memory I look I get unallocated. Another thing when I try searching for values I get "no readable memory found". When I was on 7.4 regular I was able to view arm64 code and search for values fine but I couldn't use the debugger.

Thekidiacs commented 2 years ago

Hmm, I am using an arm64e device let me try using an arm64 device.

Thekidiacs commented 2 years ago

Okay so it works fine on my arm64 device to a point. What I've noticed is that when I attach the debugger I can no longer scan for values. However, once I find the values I need without the debugger and THEN use the debugger and check what accesses/writes to the address I can actually see the opcode that is being written to it. I'm going to leave this open still incase you have any ideas for fixing this.

Thekidiacs commented 2 years ago

Incase your wondering I am using an iPhone 7 Plus on iOS 13.4.1.

DoranekoSystems commented 2 years ago

Thank you for reporting the problem.

The previous commits are now compatible with the latest Cheat Engine verion on github. It works with "ceversion": "7.4.2" in config.json.

Thekidiacs commented 2 years ago

Okay. Does that also mean the one on the Patreon will work with scanning values while the debugger is attached?

Thekidiacs commented 2 years ago

Sorry, I meant that once I attach the debugger I can no longer search for values in a new scan.