Log in

View Full Version : Modification


w_a_r_1
July 18th, 2009, 13:31
Hi,

Back with a small question. I am trying to modify olly. I have read all the papers available regarding modification of olly. I have changed my olly name to war and also ordinals for plugin.

But there is one modification which was missing in those papers.

In olly caption we normal see this:

OllyDbg [CPU]

i want to change that see CPU to LPU or WAR So that it should be like this

WAR [WAR] or WAR[LPU]

Just want to do this because in couple of tutorials i have seen the crackers are using MPU in place of CPU and i think this is also a modification part of olly.

Anyone can tell which offset i should follow to patch this one

Cheers

naides
July 18th, 2009, 18:25
Hint: Either disassemble Olly with a disassembler (IDA ?) or open a second instance of Olly with Olly, Olly is a very competent disassembler itself.
Then right click on the Disassemble window->search for -> all referenced text strings. In the window that Olly open search for "CPU" and you should find the address of the resource that contains the text you are looking for. Change it, save the modified olly and test.
Another way to do it is to analyze olly with a resource editor/hacker.

w_a_r_1
July 21st, 2009, 16:03
Thanks naides. Sorry for late reply. I will try this way.