This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tutorial How to crack any XOR'ed file using XOR Cracker online tool

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,538
302,908
1,213
Modding World


Today, I'm going to show you how to crack XOR file using an online tool and to show you that XOR is not a good protection. This tutorial is also useful for malware/security researcher

It's very easy to find out if file is XOR'ed or not. Just open the file in hex editor and you can see the same bytes is filled. In my example, the .dll file was filled with FF



and other example found from the internet is the file is filled with EC E6 DC 7F DC E7 DF E0



Visit XOR Cracker and drop the file. The online tool will crack the XOR'ed file for you. Download decrypted file that matches the XOR bytes. In my example, it's FF



Open the download file with hex editor again. Congrats you cracked the XOR'ed file



Read more: Extract decrypted Assembly-CSharp.dll from APK via IDA

Credits:
iAndroHacker (tutorial)
Wiremask (online tool)