draperlaboratory / fracture

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

Testbranch #52

Closed dforz closed 9 years ago

dforz commented 9 years ago

Created classes StrippedDisassembler,StrippedGraph and FractureSymbol. These classes enable us to add symbols to ARM and Intel ELFs. This is achieved by iterating through the .text section of a binary and creating a graph of head-nodes and their attached basic blocks.

You can add symbols to a stripped file by using the -stripped command. Further you can print the stripped graph by also using the -print-graph command.