index
:
focaccia-miasm
this commit
ck/aarch64-ldapur
ck/movpd
ck/x86-movq
ck/x86-vmovdqu
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
ta/x86-xgetbv
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
/
ida
/
symbol_exec.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed symbexec example to work for newer IDA (7.6)
Elias Bachaalany
2021-11-29
1
-1
/
+1
*
Rename ira => LifterModelCall
Fabrice Desclaux
2020-12-24
1
-3
/
+3
*
Fix ida examples
Fabrice Desclaux
2020-10-30
1
-3
/
+5
*
IDAPython 7.4 porting
nofiv
2020-04-16
1
-4
/
+4
*
Rename miasm2 to miasm
Fabrice Desclaux
2019-03-05
1
-4
/
+4
*
Support python2/python3
Fabrice Desclaux
2019-03-05
1
-8
/
+15
*
Expresion: use ExprAssign instead of ExprAff
Fabrice Desclaux
2018-10-01
1
-2
/
+2
*
IR: gen ircfg from ir_arch
Fabrice Desclaux
2018-07-05
1
-3
/
+2
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-6
/
+6
*
Example/ida: use addr to guess arch
Fabrice Desclaux
2018-06-19
1
-2
/
+3
*
Allow symbolic execution of one instruction in IDA
William Bruneau
2018-06-19
1
-1
/
+6
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-7
/
+16
*
Symbexec: use hashtable for mem symbols
Fabrice Desclaux
2018-03-15
1
-11
/
+3
*
Ida/Example: fix symbexec plugin
Fabrice Desclaux
2018-01-09
1
-10
/
+77
*
Asmblock: rename bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
IR: rename add_bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
IDA/SymbExec: clean & fix imports, export main function
Ajax
2017-07-05
1
-7
/
+8
*
All: rename vars bloc -> block
Fabrice Desclaux
2017-03-13
1
-3
/
+3
*
IR/Symbexec: rename symbexec to SymbolicExecutionEngine
Fabrice Desclaux
2017-03-13
1
-2
/
+2
*
Symbexec: new api for emul_ir_*
Fabrice Desclaux
2016-11-04
1
-1
/
+1
*
Example/IDA: Reorganize imports
Camille Mougey
2015-02-11
1
-1
/
+0
*
VariableIdentifier: Less hacky way to identify sub vars, add a prefix feature
Camille Mougey
2015-02-10
1
-1
/
+2
*
Example/IDA: Move `translatorForm` to `utils`
Camille Mougey
2015-02-09
1
-58
/
+2
*
IDA/Example: Offer all available translators instead of Miasm
Camille Mougey
2015-02-09
1
-10
/
+45
*
Example/IDA: Add the translation in Miasm for symbolc_exec
Camille Mougey
2015-02-09
1
-0
/
+35
*
Example/IDA: Add a new example showing symbolic exec with var expansion
Camille Mougey
2015-02-09
1
-0
/
+110