index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
/
disasm
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
analysis: Introduction of use-definition chains
Caroline Leman
2017-03-29
1
-1
/
+9
|
|
|
|
|
|
- previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'
*
Example/full: fix tipo
Fabrice Desclaux
2017-03-27
1
-1
/
+1
|
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
2
-3
/
+3
|
*
Asmbloc: rename asm_constraint to AsmConstraint
Fabrice Desclaux
2017-03-13
1
-2
/
+2
|
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
2
-3
/
+3
|
*
All: rename vars bloc -> block
Fabrice Desclaux
2017-03-13
1
-18
/
+18
|
*
IR: rename blocs to blocks
Fabrice Desclaux
2017-03-13
1
-9
/
+9
|
*
Example: add raw disasm to full.py
Fabrice Desclaux
2017-01-12
1
-2
/
+9
|
*
Introduce Container.symbol_pool, containing container symbols (if any)
Ajax
2016-03-21
1
-2
/
+8
|
*
Graph: generic html dot code
Fabrice Desclaux
2016-01-30
1
-1
/
+1
|
*
Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"
Ajax
2016-01-26
1
-2
/
+2
|
*
BasicBlocks: update examples with the new API
Ajax
2016-01-26
4
-18
/
+12
|
*
IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`
Ajax
2015-12-07
1
-4
/
+2
|
*
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
3
-5
/
+5
|
*
Example/Disasm/Callback: comment and update with new API
Ajax
2015-11-09
1
-8
/
+15
|
*
Disasm/x86: move `pushpop` callback to an example `callback.py`
Ajax
2015-11-09
1
-0
/
+60
|
*
In interactive use, allow C-like prefixes to choose the base of integers
Aymeric Vincent
2015-10-27
2
-3
/
+4
|
|
|
|
|
|
|
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
|
*
TestAll: Update disasm 'file.py' example address
Ajax
2015-05-27
1
-1
/
+2
|
*
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
4
-0
/
+232
[prev]