Page 1 of 1

support for this opcode

PostPosted: Sat Jun 27, 2009 8:05 pm
by ititit
Code: Select all
movss xmm0,[ebx+40]

Code: Select all
call getasynckeystate

i actually have got no clue why this doesnt work
it works flawlessy on CE and since i were trying to switch to LSpiro Soft
i've got this problem


EDIT.
shit sorry wrong section

PostPosted: Sat Jun 27, 2009 10:13 pm
by L. Spiro
MHS does not yet support SSE*. I have plans (and have already begun) to support this.


L. Spiro

PostPosted: Sun Jun 28, 2009 12:42 am
by ititit
Ty that' would definitely make me switch
ps.
another good thing would be to add an option to trasform an autoassemble script into bytes ready for a patch
MHS just have to convert Virtual Addresses to file offsets
and maybe a patcher but the ready bytes would be enough for me :)
anyway keep up with the good work ;)


ah and for the call thingie how could i do that?

PostPosted: Mon Jun 29, 2009 1:00 pm
by WhiteHat
L. Spiro wrote:MHS does not yet support SSE*. I have plans (and have already begun) to support this.

This is really a good news... :)

PostPosted: Mon Jun 29, 2009 1:57 pm
by mc.flash
:D yes it is :D keep goin L.Spiro u r da best eva ;) 8)

PostPosted: Mon Jun 29, 2009 4:58 pm
by L. Spiro
Code: Select all
call USER32.dll:GetAsyncKeyState


Obtained by right-clicking the function in the Exports tab and selecting Copy Symbolic.


L. Spiro