SpeKKeL
April 3rd, 2001, 05:04
Well i want to patch a prog. packed with neolite.
I don't want to use a process(memory)-patcher but a simple piece of code witch i can add to the end of the unpacking routine.So i wrote this and jumped to it just before it reache the oep.But when i try to write something to a memory address it craches..??
something wrong with my code ??
push eax
push ebx
mov eax,00e9 < the byte to patch
mov [405392],eax <patch on address < and here it
craches ???
Any solutions ?? Thanks....SpeKKeL...
I don't want to use a process(memory)-patcher but a simple piece of code witch i can add to the end of the unpacking routine.So i wrote this and jumped to it just before it reache the oep.But when i try to write something to a memory address it craches..??
something wrong with my code ??
push eax
push ebx
mov eax,00e9 < the byte to patch
mov [405392],eax <patch on address < and here it
craches ???
Any solutions ?? Thanks....SpeKKeL...