draperlaboratory / fracture

an architecture-independent decompiler to LLVM IR
Other
385 stars 47 forks source link

raw binary support is broken #32

Closed rtc-draper closed 10 years ago

rtc-draper commented 10 years ago
$ ../../Debug+Asserts/bin/fracture-cl  -triple arm-unknown-unknown -mattr=v6 random.bin 
 ../../Debug+Asserts/bin/fracture-cl: Unknown file format: 'random.bin'.
 Error Msg: The file was not recognized as a valid object file
 MCDirector: Using Triple: arm-unknown-unknown
 MCDirector: Using CPU: generic
 MCDirector: Using Features: +v6

 ^ at this point, it starts using 100% CPU.
YungCorn commented 10 years ago

Fracture now supports raw binaries. Check https://github.com/draperlaboratory/fracture/commit/e437b9170a722f344d1da647fb36723590d0144a for how it was fixed.