- 111
- Posts
- 7
- Years
- Seen Nov 11, 2023
I think you should read some ASM insertion tutorials, you seem to be confused about how the hook works. if you insert the compiled code at 0xfe3e00 you should insert
Code:01 48 00 47 00 00 01 3e fe 08 at 0x6960E
where 01 3e fe 08 is the pointer+1 to your compiled code. That is what is meant by insert xx+1 xx xx 08 at 0x[offset].
Yeah I realize now how it's supposed to work. I got 10 new abilities in and they are all working correctly so I'm starting to get the hang of it. Thanks for the help!