We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is there a way to take a string instruction and convert that to bytes? The encoder does this but not from a supplied string.
For example, if supplied a string containing inc DWORD PTR [eax], the returned/printed data would be 67 ff 00 (assuming Windows x86_64)
inc DWORD PTR [eax]
67 ff 00