2 Reusable Code Snippet Topics

Remove Filter
Member Avatar for
Member Avatar for Gribouillis
Member Avatar for Gribouillis
0
500
Member Avatar for ShiftLeft

This will take a value in EAX or AX, convert to ASCII hex with optional padding and upper or lower case This example would yield "---fc103a" push word 0x222d ; 32 bit conversion, padd output with '-' push word ASCPntr ; Pointer to end of conversion buffer push 0xfc103a call …

0
400

The End.