[How to] Find the XOR keys in cabalmain.exe

09/04/2010 23:54 .Law.#1
So I made a little tut on how to find the XOR keys in the cabalmain incase some dev decides to change them.

They are located at
Code:
0042D470    83F0 57         XOR EAX,57      // XOR 4

0042D482    83F0 67         XOR EAX,67      // XOR 3

0042D494    83F0 65         XOR EAX,65      // XOR 2

0042D4A5    35 92000000     XOR EAX,92      // XOR 1

Since CAOR changed 1 value, their looks like this
Code:
0042D470    83F0 59        XOR EAX,59      // XOR 4

0042D482    83F0 67         XOR EAX,67      // XOR 3

0042D494    83F0 65         XOR EAX,65      // XOR 2

0042D4A5    35 92000000     XOR EAX,92      // XOR 1
Check the flash tutorial on how to change them / find them/ edit them blablabla.
04/02/2011 22:18 chopo15bynemesis#2
Hi, I'm talking about because I followed your guide to the letter, but I give the same result set your video, give me the address 0042D4A5 DB 7E.
I do not know and done wrong, the Cabal I'm trying to translate the cabal.eternialatino.com, which contains the file "byakko.exe" out of curiosity I opened it with ollydbg and found the XOR EAX. but there are only 2, I hope your answer

PS: I am Spanish, translated with Google Translator
04/24/2012 05:35 『  』#3
Im gonna trying to find the cabal eu xor keys but i faild >.>
i have allready unpacked the cabalmain.exe, but whenever i search for the opcodes or addy, i dont see any xor eax,**.

why?
04/24/2012 12:07 noolander#4
i think this oppcodes for cabalmain v 22. :)

Eu has diff oppcodes
04/24/2012 19:27 .Law.#5
Quote:
Originally Posted by K4zuj4b by View Post
Im gonna trying to find the cabal eu xor keys but i faild >.>
i have allready unpacked the cabalmain.exe, but whenever i search for the opcodes or addy, i dont see any xor eax,**.

why?
Lol necro much ?
04/24/2012 22:09 Acid#6
Please do not bump old/outdated threads.

#Closed