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-05
these files are not top level executables, adapt
Aymeric Vincent
3
-24
/
+0
2017-01-05
use python2 as executable name, give adequate permissions
Aymeric Vincent
37
-37
/
+47
2017-01-05
remove #! command line on files not supposed to be run at top level
Aymeric Vincent
32
-32
/
+0
2017-01-05
fix permissions
Aymeric Vincent
1
-0
/
+0
2017-01-05
x86 BT*: include shift inside addr computation (segm case)
Ajax
1
-1
/
+8
2017-01-05
x86 sem: fix a type mismatch
Ajax
1
-1
/
+3
2017-01-05
LLVM: add support for cpuid operation
Ajax
1
-0
/
+4
2017-01-05
Enable mn_float unit test for LLVM
Ajax
1
-1
/
+1
2017-01-05
Promote ExprId to float if they belong to archiitecture float_list
Ajax
1
-2
/
+6
2017-01-05
LLVM: handle basic float operations
Ajax
1
-0
/
+18
2017-01-05
Add missing x86 offset for float
Ajax
1
-0
/
+3
2017-01-05
IR: fix set_empty_dst using c_next
Fabrice Desclaux
1
-2
/
+7
2017-01-04
Simplify LLVM translation of ExprCond
Ajax
1
-34
/
+2
2017-01-04
Force the undefined behavior of shifts to be 0
Ajax
1
-6
/
+20
2017-01-04
Update Travis for Numba llvmlite
Ajax
1
-0
/
+11
2017-01-04
Remove unused code, regroup similar function by category
Ajax
1
-398
/
+169
2017-01-04
Clean-up LLVM ModuleRef manipulation
Ajax
2
-44
/
+44
2017-01-04
LLVM: add support for optimisation
Ajax
1
-28
/
+14
2017-01-04
LLVM: Handle '-' operation with 2 operands
Ajax
1
-2
/
+3
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
[next]