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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unecessary assert
William Bruneau
2017-07-20
1
-1
/
+0
*
Fix typo
William Bruneau
2017-07-20
1
-6
/
+6
*
Merge pull request #578 from commial/llvm/readonly-funcs
serpilliere
2017-07-07
1
-44
/
+49
|
\
|
*
Regroup and use readonly for utils funcs (better simplifications)
Ajax
2017-07-07
1
-44
/
+49
|
/
*
Merge pull request #576 from commial/feature/ida-menu
serpilliere
2017-07-05
5
-174
/
+282
|
\
|
*
IDA: add a Miasm menu with shortcuts to other IDA examples
Ajax
2017-07-05
1
-0
/
+77
|
*
IDA/TypePropag: clean & fix imports
Ajax
2017-07-05
1
-14
/
+13
|
*
IDA/SymbExec: clean & fix imports, export main function
Ajax
2017-07-05
1
-7
/
+8
|
*
IDA/Graph IR: clean & fix imports, export main function, add a
Ajax
2017-07-05
1
-70
/
+91
|
*
IDA/Depgraph: clean & fix imports, export main function
Ajax
2017-07-05
1
-83
/
+93
|
/
*
Merge pull request #575 from serpilliere/fix_ida_example
Camille Mougey
2017-07-05
2
-34
/
+17
|
\
|
*
Example: update SymbExecCType api
Fabrice Desclaux
2017-07-05
1
-9
/
+7
|
*
SymbExecCType: remove dummy argument
Fabrice Desclaux
2017-07-05
1
-25
/
+10
|
/
*
Merge pull request #574 from serpilliere/clean_code
Camille Mougey
2017-07-05
1
-129
/
+110
|
\
|
*
Example/ctype: clean code
Fabrice Desclaux
2017-07-04
1
-129
/
+110
|
/
*
Merge pull request #569 from serpilliere/fix_msp
serpilliere
2017-07-03
1
-2
/
+2
|
\
|
*
MSP430:fix api
Fabrice Desclaux
2017-06-13
1
-2
/
+2
*
|
Merge pull request #573 from commial/feature/llvm-128div
serpilliere
2017-06-27
4
-2
/
+49
|
\
\
|
*
|
Add a regression test for DIV 128bits
Ajax
2017-06-27
3
-0
/
+29
|
*
|
LLVM: load libLLVM for custom LLVM builtins
Ajax
2017-06-27
1
-0
/
+14
|
*
|
LLVM: load shared libs only once
Ajax
2017-06-27
1
-2
/
+6
|
/
/
*
|
Merge pull request #567 from serpilliere/exec_engine
serpilliere
2017-06-17
9
-15
/
+925
|
\
\
|
*
|
Example: c type propagation ida plugin
Fabrice Desclaux
2017-06-14
1
-0
/
+266
|
*
|
Expression: add an Expression parser
Fabrice Desclaux
2017-06-14
3
-0
/
+87
|
*
|
IR: Add top/types engines
Fabrice Desclaux
2017-06-14
2
-0
/
+464
|
*
|
Symbexec: fix expr lookup
Fabrice Desclaux
2017-06-14
2
-1
/
+7
|
*
|
Objc: save cparser object
Fabrice Desclaux
2017-06-14
1
-3
/
+19
|
*
|
Symbexec: add state management
Fabrice Desclaux
2017-06-14
1
-3
/
+73
|
*
|
Symbexec: updt api
Fabrice Desclaux
2017-06-14
1
-8
/
+9
*
|
|
Merge pull request #570 from commial/fix/llvm-global
serpilliere
2017-06-14
1
-1
/
+2
|
\
\
\
|
*
|
|
Properly retrieve globals if it already exists
Ajax
2017-06-14
1
-1
/
+2
*
|
|
|
Merge pull request #571 from commial/fix/ir-delete
serpilliere
2017-06-14
1
-0
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove also from .blocks (not synchronized with the graph)
Ajax
2017-06-14
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #568 from serpilliere/ida_rpyc
Camille Mougey
2017-06-13
1
-0
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Example: add ida rpyc server
Fabrice Desclaux
2017-06-13
1
-0
/
+25
|
/
/
*
|
Merge pull request #522 from serpilliere/ir_ro
Camille Mougey
2017-06-06
18
-478
/
+392
|
\
\
|
|
/
|
/
|
|
*
Example: clean graph_ir IDA
Fabrice Desclaux
2017-05-24
3
-186
/
+62
|
*
IR: avoid IRBlock attribute creation
Fabrice Desclaux
2017-05-24
2
-43
/
+37
|
*
IR: slot irblock
Fabrice Desclaux
2017-05-24
2
-2
/
+2
|
*
IR: Make IRBlock immutable
Fabrice Desclaux
2017-05-24
15
-249
/
+293
*
|
Merge pull request #565 from serpilliere/objc_padding
Camille Mougey
2017-06-02
2
-20
/
+46
|
\
\
|
*
|
Objc: API homogenization
Fabrice Desclaux
2017-06-02
1
-5
/
+15
|
*
|
Objc: Fix duplicated code
Fabrice Desclaux
2017-06-02
1
-12
/
+5
|
*
|
Objc: Add padding in sparse structures
Fabrice Desclaux
2017-06-01
2
-2
/
+25
|
*
|
X86: fix tipo
Fabrice Desclaux
2017-06-01
1
-1
/
+1
*
|
|
Merge pull request #564 from commial/feature/compose-mem-simpl
serpilliere
2017-06-02
2
-0
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add a new simplification: {@X[base + i] 0 X, @Y[base + i + X] X (X + Y)} => @...
Ajax
2017-06-01
2
-0
/
+16
|
/
/
*
|
Merge pull request #560 from commial/fix/dse-cache-bbl
serpilliere
2017-05-25
1
-0
/
+3
|
\
\
|
*
|
Ensure there is no multi-line basic block in the cache
Ajax
2017-05-24
1
-0
/
+3
|
/
/
*
|
Merge pull request #559 from commial/fix/error-type
serpilliere
2017-05-23
1
-1
/
+1
|
\
\
[next]