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
...
|
*
Fix typos & add codespell
Pierre LALET
2018-12-23
98
-364
/
+372
|
/
*
Merge pull request #904 from commial/feature/export-LLVM
serpilliere
2018-12-20
3
-58
/
+251
|
\
|
*
Add export_llvm, an example illustrating basic IR export
Ajax
2018-12-20
2
-0
/
+86
|
*
LLVM: introduce LLVMFunction_IRCompilation, basics for IR export
Ajax
2018-12-20
1
-2
/
+93
|
*
LLVM: add basic support for unsigned comparison
Ajax
2018-12-20
1
-1
/
+17
|
*
LLVM: move Miasm operatation support to LLVMContext (not specific to jit)
Ajax
2018-12-20
1
-55
/
+55
*
|
Merge pull request #902 from serpilliere/fix_aarch64_bics
Camille Mougey
2018-12-17
1
-2
/
+1
|
\
\
|
*
|
Aarch64: fix bics
Fabrice Desclaux
2018-12-17
1
-2
/
+1
|
/
/
*
|
Merge pull request #898 from serpilliere/add_dis_examples
Camille Mougey
2018-12-10
14
-80
/
+189
|
\
\
|
|
/
|
/
|
|
*
Updt example api
Fabrice Desclaux
2018-12-10
6
-37
/
+34
|
*
Example: remove deprecated example
Fabrice Desclaux
2018-12-10
2
-34
/
+0
|
*
Add some simple disasm/ir examples
Fabrice Desclaux
2018-12-10
6
-9
/
+155
|
/
*
Merge pull request #900 from serpilliere/expr_replace_fix_arg
Camille Mougey
2018-12-09
1
-5
/
+2
|
\
|
*
Expr: fix replace_expr args
Fabrice Desclaux
2018-12-09
1
-5
/
+2
|
/
*
Merge pull request #896 from Mizari/master
serpilliere
2018-12-09
1
-8
/
+3
|
\
|
*
perfomance feature
Mizari
2018-12-06
1
-8
/
+3
*
|
Merge pull request #897 from serpilliere/fix_mem_arg
Camille Mougey
2018-12-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Example: fix exprmem ptr access
Fabrice Desclaux
2018-12-07
1
-1
/
+1
|
/
*
Merge pull request #894 from commial/tests/qemu-x86_64
serpilliere
2018-12-05
39
-0
/
+10271
|
\
|
*
Tests/QEMU-x86_64: Avoid test requiring LLVM's compiler-rt on Windows
Ajax
2018-12-04
1
-0
/
+4
|
*
Tests/QEMU-x86_64: Enable currently supported tests
Ajax
2018-12-04
1
-0
/
+50
|
*
Tests/QEMU-x86_64: add sample, script and expected outputs
Ajax
2018-12-04
38
-0
/
+10217
*
|
Merge pull request #893 from commial/fix-readlink
Pierre Lalet
2018-12-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix typo
Ajax
2018-12-03
1
-1
/
+1
|
/
*
Merge pull request #891 from nguigo/master
serpilliere
2018-11-27
1
-1
/
+2
|
\
|
*
Handle movupd bidirectional mode
Nicolas Guigo
2018-11-26
1
-1
/
+2
|
/
*
Merge pull request #889 from guedou/MeP_bgei_semantic
serpilliere
2018-11-23
2
-5
/
+16
|
\
|
*
Correct MeP BGEI semantic
Guillaume Valadon
2018-11-22
2
-5
/
+16
|
/
*
Merge pull request #885 from serpilliere/x86_reg_tests
Camille Mougey
2018-11-18
3
-0
/
+254
|
\
|
*
Add x86 reg tests
Fabrice Desclaux
2018-11-17
3
-0
/
+254
*
|
Merge pull request #888 from serpilliere/fix_disasm_null_blk
Camille Mougey
2018-11-17
1
-9
/
+5
|
\
\
|
|
/
|
/
|
|
*
Core/Asmblock: fix null starting block condition
Fabrice Desclaux
2018-11-17
1
-9
/
+5
*
|
Merge pull request #887 from w4kfu/shld_shrd_fix_mask_count
serpilliere
2018-11-17
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
X86 SEM SH[LR]D : use masked count for all expression in _shift_tpl
w4kfu
2018-11-15
1
-4
/
+4
*
|
add ssa graph to ida (#886)
marilafo
2018-11-16
2
-6
/
+140
|
/
*
Merge pull request #883 from w4kfu/zeroextent_cmov
serpilliere
2018-11-15
1
-1
/
+1
|
\
|
*
X86 SEM CMOV : add assignation
w4kfu
2018-11-15
1
-1
/
+1
*
|
Merge pull request #882 from w4kfu/revert-879-mov_assignexpr_rot_shift
serpilliere
2018-11-15
2
-14
/
+7
|
\
\
|
*
|
X86 SEM ROL/SHL/SHLD/... add assignation
w4kfu
2018-11-15
1
-9
/
+3
|
*
|
fix TypeError in C translator
w4kfu
2018-11-14
1
-1
/
+1
|
*
|
fix simplification that delete affectation
w4kfu
2018-11-14
3
-9
/
+8
|
|
/
*
|
Merge pull request #880 from w4kfu/cntleadzeros_return_value
serpilliere
2018-11-14
2
-4
/
+4
|
\
\
|
*
|
change return type of cntleadzeros to uint64_t
w4kfu
2018-11-13
2
-4
/
+4
|
|
/
*
|
Merge pull request #884 from gitter-badger/gitter-badge
serpilliere
2018-11-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add Gitter badge
The Gitter Badger
2018-11-14
1
-1
/
+1
|
/
*
Merge pull request #749 from commial/release_v0.1.0
serpilliere
2018-11-12
1
-1
/
+54
|
\
|
*
Release v0.1.0
Ajax
2018-11-12
1
-1
/
+54
|
/
*
Merge pull request #871 from serpilliere/simp_mult
Camille Mougey
2018-11-12
3
-1
/
+95
|
\
|
*
Simple: add multiplication simplification
Fabrice Desclaux
2018-11-10
3
-1
/
+95
*
|
Merge pull request #867 from serpilliere/vm_get_int
Camille Mougey
2018-11-11
11
-83
/
+344
|
\
\
[prev]
[next]