Posted: Sat Oct 06, 2018 6:16 pm Post subject: Getting Opcode from address(?)
Hi there i wanted to create a simple AoBUpdater
Is there any function or stuff which would enable me to take in an address and it throws out the opcode for the specific address in a string?
For example,
00321001-mov esi, [033494FD]
If i do GetOpcode(00321001) it would return me mov esi, [033494FD].
Thanks for all the help
local addr = getAddress('Tutorial-x86_64.exe+164A7')
local disassStr = disassemble(addr)
local extraField, opcode, bytes, address = splitDisassembledString(disassStr)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum