Help with auto assemble
-
- Noobzor
- Posts: 5
- Joined: Thu Oct 05, 2017 1:59 am
- Reputation: 0
Help with auto assemble
Tried hacking the pc port of resident evil 2 and got this error message. Can anyone help me out with this please?
Re: Help with auto assemble
Few lines up you have:
mov cl,[esi+02]
You can make something like:
mov ecx,YourValue
CL = lower 8 bits of ECX
-
- Noobzor
- Posts: 5
- Joined: Thu Oct 05, 2017 1:59 am
- Reputation: 0
Re: Help with auto assemble
nevermind, did some more google search and turned out I only need to put quotation marks around the process name
from:
add [eax*4+bio2cs.exe+58ECD5],cl
to:
add [eax*4+"bio2cs.exe"+58ECD5],cl
it was weird to me but it works
thanks anyway Blayde
from:
add [eax*4+bio2cs.exe+58ECD5],cl
to:
add [eax*4+"bio2cs.exe"+58ECD5],cl
it was weird to me but it works
thanks anyway Blayde
Re: Help with auto assemble
With this:badmotorfinger wrote: ↑Tue Dec 26, 2017 8:43 amnevermind, did some more google search and turned out I only need to put quotation marks around the process name
from:
add [eax*4+bio2cs.exe+58ECD5],cl
to:
add [eax*4+"bio2cs.exe"+58ECD5],cl
it was weird to me but it works
thanks anyway Blayde
mov ecx,YourValue
you can change pick up values
-
- Noobzor
- Posts: 5
- Joined: Thu Oct 05, 2017 1:59 am
- Reputation: 0
Re: Help with auto assemble
that works, too. Thank you very much!
Help with auto assemble
I ran into this recently as well and was quite confused. Thanks for posting your answer instead of just deleting it! :D
I would also suggest specifying these pointers. like;
[B]add byteptr [eax*4+bio2cs.exe+58ECD5],cl[/B]
Otherwise it may over-write some of your intended changes, since it defaults to dword. (4byte)
I would also suggest specifying these pointers. like;
[B]add byteptr [eax*4+bio2cs.exe+58ECD5],cl[/B]
Otherwise it may over-write some of your intended changes, since it defaults to dword. (4byte)
Last edited by Sol.CT on Tue May 01, 2018 7:39 am, edited 2 times in total.
Who is online
Users browsing this forum: No registered users