Tutorial from old post in elitepvpers
[Always start with this]
- Close all Conquer windows
- Start "OllyDBG" press File -> Open
- Open Conquer.exe
- Let it load
- Press the E icon in linen
- Double-click on the name of "Conquer"
- Right click on the CPU - Window -> Analysis -> Analysis code
[/Always start with this]
[To save when finished]
- Right click on the CPU - Window -> Copy to executable -> All modifcations
- Click on "Copy all"
- Right click on the File - Window -> Save file and save the file
[/To save when finished]
[Loads decrypted server.dat tutorials]
Right click on the CPU - Window -> Ultra String Reference -> Find ASCII
Right click in Ultra String Reference -> Find
Paste ".dat" and press Find, until you find the
Go 1 up and double-click on the selected
Scholl down to you find "memcry"(red)
Select from the top of section and down to "mov esi, eax"
Right click on the CPU - Window -> Binary -> Fill with NOPs
Double click on "mov esi, eax" and edit it to "mov esi, ebx"
Select "add esp, 14" and right click on the CPU - Window -> Binary -> Fill with NOPs
Double click on Select "push dword ptr [ebp-10]" and edit it to "push dword ptr [ebp+8]"
Right click on the CPU - Window -> Ultra String Reference -> Find ASCII
Right click in Ultra String Reference -> Find
Paste ".dat" and press Find, until you find the
Go 1 down and double click on the selected (error in decrypt file:% s \ n)
Scholl down to you get to "memset"(red)
Select from the top of section and down to "mov dword ptr [ebp-2C], eax"
Right click on the selected CPU - Window -> Binary -> Fill with NOPs
Select from "push dword ptr [ebp+8]" to "lea ecx, dword ptr [ebp-98]"
Right click on the selected CPU - Window -> Binary -> Fill with NOPs
Find "error in parsing file in% s:% s \ n" and go 6 and up, select it and the underneath
Right click on the CPU - Window -> Binary -> Fill with NOPs
[/Loads decrypted server.dat tutorials]
Para versiones actuales ha cambiado si no sabes de ensamblador no podras encontrar lo que necesitas