Skip to content
Snippets Groups Projects
Commit 6cb3e237 authored by Daniel Chen's avatar Daniel Chen Committed by Jason Hiser
Browse files

Rework the assembly-string->binary conversion.

The old method involved writing assembly to a file, asking an external assembler to do the conversion, then processing the binary file to read the binary instructions back out.  This method is slow and relies on nasm, which isn't available on all machines or for the full variety of supported architectures.  The replacement is keystone, a 3rd party library that is linked to provide assembly->binary conversion.
parent 5d0c97a2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment