Posted: Sat Nov 21, 2020 11:00 am Post subject: How to show decrypted values?
I have an array of structs with encrypted primitives: integer and floating number types.
I have found encryption and decryption functions, their signatures are as following:
using encryptionFunction = __int32(__fastcall*)(__int32 numberToEncrypt)
using decryptionFunction = __int32(__fastcall*)(__int32 numberToDecrypt)
Got byte code and reversed pseudo-C-like code from IDA.
I was thinking to make a simple console application to encrypt and decrypt values but that's not quite it, all the values in Cheat Engine are still encrypted. Would be awesome if I could make Cheat Engine encrypt and decrypt values.
How to make Cheat Engine show decrypted values in structure dissect window?
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
Posted: Sat Nov 21, 2020 6:08 pm Post subject:
create a custom type that does the decryption and set the elements in the structure to that custom type
How that custom type is implemented is up to how you implement the decoder. Can be in pure asm, lua(e.g using executeCodeEx or the executor thread. Tip: Use caching), or using a dll you inject into CE _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum