about summary refs log tree commit diff stats
path: root/example/disasm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce Container.symbol_pool, containing container symbols (if any)Ajax2016-03-211-2/+8
* Graph: generic html dot codeFabrice Desclaux2016-01-301-1/+1
* Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"Ajax2016-01-261-2/+2
* BasicBlocks: update examples with the new APIAjax2016-01-264-18/+12
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-4/+2
* Example/Disasm: update full.py to produce both IR and IRA graphesCamille Mougey2015-12-071-0/+3
* Example: move output .txt to .dotAjax2015-11-093-5/+5
* Example/Disasm/Callback: comment and update with new APIAjax2015-11-091-8/+15
* Disasm/x86: move `pushpop` callback to an example `callback.py`Ajax2015-11-091-0/+60
* In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent2015-10-272-3/+4
* Example/Disasm/Full: fix follow_call optionFabrice Desclaux2015-06-291-0/+1
* Treat properly multiple addresses as advertisedMathieu Geli2015-06-161-1/+1
* TestAll: Update disasm 'file.py' example addressAjax2015-05-271-1/+2
* DisasmFull: The architecture is now an optionnal argument, otherwise cont.arc...Ajax2015-03-191-8/+15
* Disasm/Full: args.address can be empty, otherwise `default_addr` code is neve...Ajax2015-03-191-1/+1
* Example/Disasm/Full: Compute IR with & without analysis on `-g`Camille Mougey2015-02-241-6/+17
* Example: Move disasm's examples to a `disasm` directoryCamille Mougey2015-01-234-0/+232