Disassemble compiled binary for debugging (#308)

* Use Capstone to disassemble and print code after compilation in cton-util.

* Fix rustfmt errors
This commit is contained in:
Tyler McMullen
2018-04-23 23:24:02 -04:00
committed by Dan Gohman
parent e356c742aa
commit 8351ba3e3e
3 changed files with 42 additions and 1 deletions

View File

@@ -29,5 +29,6 @@ serde = "1.0.8"
serde_derive = "1.0.8"
tempdir = "0.3.5"
term = "0.5.1"
capstone = "0.3.1"
[workspace]