]> git.siccegge.de Git - frida/frida.git/history - src/disassembler
properly preserve edges
[frida/frida.git] / src / disassembler /
2014-06-03 Christoph Eggerproperly preserve edges
2014-06-03 Christoph EggerAlways add following blocks even if it is already created
2014-06-03 Christoph EggerAdd more logging output
2014-06-03 Christoph EggerClean up disassemble() function
2014-06-03 Christoph EggerSplit BasicBlocks if there are backward jumps
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 EggerFixup magit madness
2014-05-27 Christoph EggerAvoid memory leak
2014-05-27 Christoph EggerAdd interface to iterate over functions
2014-05-27 Christoph EggerUse target addresses for basic block linking
2014-05-27 Christoph EggerDowngrade outputs to 'DEBUG'
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...