Jump to content

1 post in this topic

Recommended Posts

Posted (edited)

when you pull up a four byte value in the disassembler it gives you different code then when you pull it up as a double value how do I change the code of a double value that will work with the auto assembler

movq [ecx+000000B0],xmm0

which looks like ^^

define(address,077F7AC9)
define(bytes,66 0F D6 81 B0 00 00 00)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
  movq [ecx+000000B0],xmm0
  jmp return
address:
  jmp newmem
  nop
  nop
  nop
return:
[DISABLE]
Updated by Rinoqp

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines