Also, AutoAssemble fails to build this code. A nop attempt under Advanced Options throws a warning about 'doesn't contain what it should'
Is it really a sneaky hidden pointer put where it should not be?
All the info I have read on Assembly doesn't mention this as 'proper code'.
What is the proper way to pull the value from 'game.exe+5DBAC8' into that line of code?
AND / OR
If I want to change 'sub' to 'add', or even better, have the result 'no change', how?
On every attempt I have made, the failure(s) have suggested that 'game.exe+5DBAC8' needs to go away for AutoAssemble to work.
Problem Line of Code :
Code: Select all
game.exe+F456E - 29 04 FD C8 BA 6B 01 - sub [edi*8+game.exe+5DBAC8],eax
Code: Select all
game.exe+5DBAC7 - 00 00 - add [eax],al
game.exe+5DBAC9 - 00 F0 - add al,dh