]> git.siccegge.de Git - frida/frida.git/history - src/disassembler/Disassembler.hxx
Allow addition of new functions
[frida/frida.git] / src / disassembler / Disassembler.hxx
2015-01-22 Christoph EggerAllow addition of new functions
2015-01-14 Christoph EggerMake function/jump targets clickable
2015-01-07 Christoph EggerWhitespace cleanup
2015-01-07 Christoph EggerAdd in an Information Manager
2014-06-03 Christoph EggerMove to table widget -- looks nicer and matches better
2014-05-27 Christoph EggerFill BasicBlockWidgets with actual assembly instructions
2014-05-27 Christoph EggerProperly create and export BasicBlock linking
2014-05-27 Christoph EggerRemove old API
2014-05-27 Christoph EggerAdd interface to iterate over functions
2014-05-26 Christoph EggerRecursive disassembler
2014-05-20 Christoph EggerFactor out llvm disassembler
2014-05-15 Christoph EggerRename include.hxx to include_llvm.hxx
2014-05-14 Christoph EggerForward port to llvm-3.5 (cip)
2014-02-10 Christoph EggerSeparate out several parts of llvm-using code ; Add...