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
2017-01-04
LLVM: Handle asm_bad_block
Ajax
1
-4
/
+17
2017-01-04
LLVM: avoid division by zero, using Miasm wrapper instead
Ajax
1
-4
/
+12
2017-01-04
LLVM: handle the specific size of segm2addr operation
Ajax
1
-5
/
+17
2017-01-04
LLVM: Add missing operation BSR/BSF
Ajax
1
-0
/
+8
2017-01-04
Homogenize x86_bsf/r API with rcl/rcr_rez_op API
Ajax
2
-5
/
+5
2017-01-04
LLVM: Add support for delayslot (through mips32)
Ajax
1
-13
/
+79
2017-01-04
Add support for aarch64 in LLVM
Ajax
1
-1
/
+3
2017-01-04
Refactor external function call for custom OP
Ajax
1
-51
/
+67
2017-01-04
Add missing offset for x86 arch
Ajax
1
-0
/
+5
2017-01-04
Adapt codegen.CGen principles to LLVM
Ajax
3
-44
/
+418
2017-01-04
Update with new MEM R/W API
Ajax
2
-12
/
+18
2017-01-04
Memory R/W are context dependent
Ajax
1
-22
/
+56
2017-01-04
Alloca at end may occurs after a jump -> fix
Ajax
1
-1
/
+1
2017-01-04
Refine affect to avoid `_new` trick
Ajax
1
-20
/
+15
2017-01-04
LLVM Cache no more handled
Ajax
1
-61
/
+0
2017-01-04
Update documentation for llvmlite
Ajax
3
-6
/
+6
2017-01-04
Ugly modification to have llvm work again
Ajax
6
-154
/
+200
2017-01-03
Raise with a more helpful message on multiple disassemblies
Aymeric Vincent
1
-2
/
+2
2016-12-23
AAS sem: avoid an ExprOp('-', a, b)
Ajax
1
-2
/
+7
2016-12-23
Expr: Remove exprint_from
Fabrice Desclaux
18
-182
/
+182
2016-12-23
Exprsimp: updt api
Fabrice Desclaux
1
-87
/
+65
2016-12-23
Expr: add type accessors
Fabrice Desclaux
1
-0
/
+57
2016-12-23
DepGraph: clean step
Fabrice Desclaux
1
-14
/
+3
2016-12-22
Codegen: remove useless code
Ajax
1
-25
/
+0
2016-12-15
Regression test for apply_expr/apply_change/eval_ir
Ajax
2
-14
/
+40
2016-12-14
Regression test on big ExprInt
Ajax
1
-0
/
+4
2016-12-14
Introduce ExprInt of any size (like others Expr)
Ajax
2
-12
/
+25
2016-12-14
Seperate Expression regression tests
Ajax
1
-0
/
+2
2016-11-21
add dont_dis_retcall_funcs set to disasmEngine for non-returning functions
Aymeric Vincent
1
-0
/
+5
2016-11-20
Expr: Fix expr pickling
Fabrice Desclaux
1
-3
/
+6
2016-11-20
Ir: remove dbg log
Fabrice Desclaux
1
-1
/
+0
2016-11-20
Expr: missing warning import
Fabrice Desclaux
1
-0
/
+1
2016-11-17
Update IDA utils with the new API
Ajax
1
-3
/
+3
2016-11-13
arm: Add sem support for smul and smulw instructions
Wladimir J. van der Laan
1
-0
/
+17
2016-11-10
Jitter: Add max exec per jit call option
Fabrice Desclaux
3
-4
/
+44
2016-11-10
Extend code_exec max address for 64 bits
Ajax
1
-2
/
+2
2016-11-10
Remove no more used struct element
Ajax
1
-1
/
+0
2016-11-10
Use 64bits for vm address
Ajax
1
-2
/
+2
2016-11-08
Add compatibility with copy.deepcopy for Expr
Ajax
1
-0
/
+3
2016-11-07
Expression: one pass merge_sliceto_slice
Ajax
1
-63
/
+34
2016-11-04
ExprCompose: updt internal struct
Fabrice Desclaux
11
-286
/
+174
2016-11-04
ExprCompose: update api
Fabrice Desclaux
6
-47
/
+69
2016-11-04
ExprCompose: add new api
Fabrice Desclaux
17
-310
/
+224
2016-11-04
Expression: add pickling
Fabrice Desclaux
1
-0
/
+49
2016-11-04
IR: is_simp in the simplifier class
Fabrice Desclaux
2
-16
/
+6
2016-11-04
Symbexec: new api for emul_ir_*
Fabrice Desclaux
6
-8
/
+18
2016-11-04
Expression: slot expressions
Fabrice Desclaux
1
-0
/
+11
2016-11-04
Expression: remove is_term attribute
serpilliere
8
-466
/
+435
2016-11-04
Expression: Use singleton pattern for Expression
serpilliere
3
-108
/
+168
2016-11-03
Machine: fix jit dependencies
Fabrice Desclaux
1
-22
/
+68
[next]