SpeKKeL
04-03-2001, 06:04 AM
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
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
Any solutions ?? Thanks....SpeKKeL...
