ASM to hex

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
jay lee
Posts: 83
Joined: 14 Oct 2021, 11:17

ASM to hex

Post by jay lee » 03 Dec 2023, 09:02

I Want to change the opcode of an address from a game. To do that I need to convert the Assembly code (for example "movss [esi+38],xmm2") to hex. in this example the output would be "F3 0F 11 56 38". but I dont know how to convert it in ahk so if anyone knows how please let me know.

Return to “Ask for Help (v1)”