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
*
DepGraph: clean step
Fabrice Desclaux
2016-12-23
1
-14
/
+3
*
Merge pull request #457 from commial/feature/apply_change
serpilliere
2016-12-22
2
-14
/
+40
|
\
|
*
Regression test for apply_expr/apply_change/eval_ir
Ajax
2016-12-15
2
-14
/
+40
*
|
Merge pull request #456 from commial/feature/anyint
serpilliere
2016-12-16
3
-12
/
+31
|
\
\
|
|
/
|
/
|
|
*
Regression test on big ExprInt
Ajax
2016-12-14
1
-0
/
+4
|
*
Introduce ExprInt of any size (like others Expr)
Ajax
2016-12-14
2
-12
/
+25
|
*
Seperate Expression regression tests
Ajax
2016-12-14
1
-0
/
+2
|
/
*
Merge pull request #455 from a-vincent/dont_dis_retcall_funcs
serpilliere
2016-11-23
1
-0
/
+5
|
\
|
*
add dont_dis_retcall_funcs set to disasmEngine for non-returning functions
Aymeric Vincent
2016-11-21
1
-0
/
+5
|
/
*
Merge pull request #454 from serpilliere/fix_expr_pickle
Camille Mougey
2016-11-21
2
-4
/
+7
|
\
|
*
Expr: Fix expr pickling
Fabrice Desclaux
2016-11-20
1
-3
/
+6
|
*
Ir: remove dbg log
Fabrice Desclaux
2016-11-20
1
-1
/
+0
|
*
Expr: missing warning import
Fabrice Desclaux
2016-11-20
1
-0
/
+1
|
/
*
Merge pull request #453 from commial/fix/idautils
serpilliere
2016-11-19
1
-3
/
+3
|
\
|
*
Update IDA utils with the new API
Ajax
2016-11-17
1
-3
/
+3
*
|
Merge pull request #452 from laanwj/2016_11_arm_sem_support
serpilliere
2016-11-16
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
arm: Add sem support for smul and smulw instructions
Wladimir J. van der Laan
2016-11-13
1
-0
/
+17
|
/
*
Merge pull request #450 from serpilliere/add_emul_block_limit
Camille Mougey
2016-11-10
3
-4
/
+44
|
\
|
*
Jitter: Add max exec per jit call option
Fabrice Desclaux
2016-11-10
3
-4
/
+44
*
|
Merge pull request #449 from commial/fix/vm-page-addrsize
serpilliere
2016-11-10
2
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
Extend code_exec max address for 64 bits
Ajax
2016-11-10
1
-2
/
+2
|
*
Remove no more used struct element
Ajax
2016-11-10
1
-1
/
+0
|
*
Use 64bits for vm address
Ajax
2016-11-10
1
-2
/
+2
|
/
*
Merge pull request #448 from commial/fix/deepcopy
serpilliere
2016-11-08
1
-0
/
+3
|
\
|
*
Add compatibility with copy.deepcopy for Expr
Ajax
2016-11-08
1
-0
/
+3
|
/
*
Merge pull request #447 from commial/fix/simplify_mergeslice2slice
serpilliere
2016-11-07
1
-63
/
+34
|
\
|
*
Expression: one pass merge_sliceto_slice
Ajax
2016-11-07
1
-63
/
+34
|
/
*
Merge pull request #445 from serpilliere/symb_exec_clean
Camille Mougey
2016-11-07
34
-1140
/
+1053
|
\
|
*
ExprCompose: updt internal struct
Fabrice Desclaux
2016-11-04
11
-286
/
+174
|
*
ExprCompose: update api
Fabrice Desclaux
2016-11-04
6
-47
/
+69
|
*
ExprCompose: add new api
Fabrice Desclaux
2016-11-04
17
-310
/
+224
|
*
Expression: add pickling
Fabrice Desclaux
2016-11-04
1
-0
/
+49
|
*
IR: is_simp in the simplifier class
Fabrice Desclaux
2016-11-04
2
-16
/
+6
|
*
Symbexec: new api for emul_ir_*
Fabrice Desclaux
2016-11-04
6
-8
/
+18
|
*
Expression: slot expressions
Fabrice Desclaux
2016-11-04
1
-0
/
+11
|
*
Expression: remove is_term attribute
serpilliere
2016-11-04
8
-466
/
+435
|
*
Expression: Use singleton pattern for Expression
serpilliere
2016-11-04
3
-108
/
+168
|
/
*
Merge pull request #446 from serpilliere/fix_jit_deps
Camille Mougey
2016-11-04
1
-22
/
+68
|
\
|
*
Machine: fix jit dependencies
Fabrice Desclaux
2016-11-03
1
-22
/
+68
|
/
*
Merge pull request #443 from serpilliere/fix_x86_lea_sem
Camille Mougey
2016-10-14
1
-0
/
+4
|
\
|
*
Fix x86 LEA sem
Fabrice Desclaux
2016-10-14
1
-0
/
+4
|
/
*
Merge pull request #442 from themaks/LoadLibraryExW_add
serpilliere
2016-10-14
1
-2
/
+10
|
\
|
*
Add support for kernel32_LoadLibraryExW in os_dep.win_api_x86_32.py
Maxime Meignan
2016-10-14
1
-2
/
+10
|
/
*
Merge pull request #440 from carolineLe/fix_memread
serpilliere
2016-10-06
2
-2
/
+2
|
\
|
*
Expression/IR: Fix mem_read parameter in 'get_r'
Caroline Leman
2016-10-06
2
-2
/
+2
|
/
*
Merge pull request #436 from commial/fix/codegen-stopcase
serpilliere
2016-10-04
1
-1
/
+10
|
\
|
*
Avoid duplicate -1 case
Ajax
2016-10-04
1
-1
/
+10
|
/
*
Merge pull request #435 from serpilliere/fix_int
Camille Mougey
2016-10-03
1
-1
/
+1
|
\
|
*
Symbexec: Fix int
Fabrice Desclaux
2016-10-03
1
-1
/
+1
|
/
*
Merge pull request #430 from commial/feature/int_ExprInt
serpilliere
2016-10-03
24
-123
/
+129
|
\
[next]