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
/
asm
/
shellcode.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-01
Asmbloc: updt asmbloc api
Fabrice Desclaux
1
-3
/
+1
2015-04-01
Asmbloc: rename variables; rework contrained blocks
Fabrice Desclaux
1
-65
/
+60
2015-04-01
x86/StdCall: Fix a typo when 2 values are returned (credits niko schmidt)
Ajax
1
-1
/
+1
2015-03-31
Sandbox Win: add PE object to win_api_x86_32.winobjs
Pierre LALET
1
-0
/
+2
2015-03-30
Remove lazy logging pattern
Ajax
14
-92
/
+91
2015-03-24
Translator: remove the mess with z3, and update Z3 translators and examples
Ajax
2
-57
/
+30
2015-03-24
Translator: add a bounded cache on `from_expr`
Ajax
1
-1
/
+16
2015-03-24
Translator: Update uses
Ajax
3
-25
/
+28
2015-03-24
Translator: class to instance
Ajax
4
-129
/
+96
2015-03-24
fixed pxor semantics
Tim Blazytko
1
-1
/
+4
2015-03-24
added semantics for x86 pxor
Tim Blazytko
1
-0
/
+8
2015-03-24
added translation for idiv command in z3
Tim Blazytko
1
-0
/
+2
2015-03-24
Test/simplification: add reg test against multiplication simplification
Fabrice Desclaux
1
-0
/
+3
2015-03-24
Test/simplification: reg test reference must not be expr_simp to match result
Fabrice Desclaux
1
-7
/
+6
2015-03-24
Expr/Simplification: match code and comment for multiplication simplification
Fabrice Desclaux
1
-3
/
+2
2015-03-24
TranslatorZ3: Better handling of asm_labels (translating to BitVecVal when po...
Florent Monjalet
2
-2
/
+12
2015-03-24
TranslatorZ3: Fixed from_ExprId when expr.name is an asmlabel
Florent Monjalet
2
-1
/
+7
2015-03-24
TranslatorZ3: Fixed parity semantic
Florent Monjalet
2
-2
/
+7
2015-03-23
TranslatorZ3: Handling 'parity' and '-' unary operators, and raising errors p...
Florent Monjalet
2
-11
/
+34
2015-03-23
TravisCI: Add Z3
Ajax
1
-0
/
+1
2015-03-23
TravisCI: Multilines
Ajax
1
-3
/
+6
2015-03-23
Example: add NoCallNoMem in ida/depgraph
serpilliere
2
-20
/
+13
2015-03-23
DepGraph: support follow node filtering
serpilliere
1
-37
/
+93
2015-03-23
<