Just verifying
I may have found the bytes on norecoil, noreload. I'm just not sure if they are correct. I couldn't manage to get the bytes on ollydbg for some reason, the addresses started with 7's and not 3's like i've seen in other videos.
NoRecoil = 0x3745AF6C
Bytes = 0D9h
NoReload = 0x374B0C21
Bytes = 0Fh
I'm not sure how to get the bytes off IDA but it seemed like this was it. Please check!
Also, how can i put odd number the bytes into \x, such as the noreload (if it's correct)? I know that norecoil would be \x0D\x9h or something relatively close.
Thanks.