| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Example/Disasm: update full.py to produce both IR and IRA graphes | Camille Mougey | 2015-12-07 | 1 | -0/+3 | |
| | | ||||||
| * | Example: move output .txt to .dot | Ajax | 2015-11-09 | 1 | -3/+3 | |
| | | ||||||
| * | In interactive use, allow C-like prefixes to choose the base of integers | Aymeric Vincent | 2015-10-27 | 1 | -2/+3 | |
| | | | | | | | | Use Python's int(s, 0) to allow string "s" to specify its base where addresses and offsets can be supplied. This change makes the situation homogeneous among the various examples and interactive usage. | |||||
| * | Example/Disasm/Full: fix follow_call option | Fabrice Desclaux | 2015-06-29 | 1 | -0/+1 | |
| | | ||||||
| * | Treat properly multiple addresses as advertised | Mathieu Geli | 2015-06-16 | 1 | -1/+1 | |
| | | ||||||
| * | DisasmFull: The architecture is now an optionnal argument, otherwise ↵ | Ajax | 2015-03-19 | 1 | -8/+15 | |
| | | | | | cont.arch is used | |||||
| * | Disasm/Full: args.address can be empty, otherwise `default_addr` code is ↵ | Ajax | 2015-03-19 | 1 | -1/+1 | |
| | | | | | never reached | |||||
| * | Example/Disasm/Full: Compute IR with & without analysis on `-g` | Camille Mougey | 2015-02-24 | 1 | -6/+17 | |
| | | ||||||
| * | Example: Move disasm's examples to a `disasm` directory | Camille Mougey | 2015-01-23 | 1 | -0/+183 | |