GrammaTech / gtirb-pprinter

Pretty printer from GTIRB to assembly code
https://grammatech.github.io/gtirb-pprinter/
MIT License
47 stars 11 forks source link

"ml64.exe command not found" #12

Open mattr555-r opened 1 year ago

mattr555-r commented 1 year ago

(Ran on Ubuntu 18.04, and also ran the test on Windows 11)

After running any PE binary (32 or 64 bit) through ddisasm, and getting the resulting .gtirb, I go to use gtirb-pprinter to reassemble the .exe but always get the same error: "ml64.exe: command not found". How do I fix this?

aeflores commented 1 year ago

See https://github.com/GrammaTech/ddisasm/issues/56