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
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Add PMULUDQ instruction
Ajax
2018-02-09
1
-0
/
+5
|
*
|
Add PMAXSW instruction
Ajax
2018-02-09
1
-0
/
+5
|
*
|
Add PADDSB/PADDSW instruction
Ajax
2018-02-09
1
-0
/
+10
|
*
|
Add PSUBSB/PSUBSW instruction
Ajax
2018-02-09
1
-0
/
+10
|
*
|
Add PMULHW / PMULHUW instruction
Ajax
2018-02-09
1
-0
/
+10
|
*
|
Add PADDUSB/PADDUSW instruction
Ajax
2018-02-09
1
-0
/
+9
|
*
|
Add PSUBSUB/PSUBUSW instr
Ajax
2018-02-09
1
-0
/
+11
|
*
|
Add PMULLW instruction
Ajax
2018-02-09
1
-0
/
+5
|
*
|
Add PACKSSDW instruction
Ajax
2018-02-09
1
-0
/
+5
|
*
|
Add PACKUSWB instruction
Ajax
2018-02-09
1
-0
/
+5
|
*
|
Add PACKSSWB instruction
Ajax
2018-02-09
1
-0
/
+4
*
|
|
Expression: no default size for ExprId
Fabrice Desclaux
2018-02-09
8
-63
/
+63
*
|
|
IRBlock: getitem/len on assignblks
Fabrice Desclaux
2018-02-09
2
-13
/
+13
*
|
|
IRBlock: irblock iterates on its assignblks
Fabrice Desclaux
2018-02-09
2
-3
/
+3
*
|
|
IRBlock: replace irs by assignblks
Fabrice Desclaux
2018-02-09
3
-16
/
+16
|
/
/
*
/
X86: fix cdq/cbw...
Fabrice Desclaux
2018-02-02
2
-0
/
+446
|
/
*
Add PCMPGTB instruction
Ajax
2018-01-26
1
-0
/
+3
*
Add PALIGNR x86 instruction (asm & semantic)
Ajax
2018-01-26
1
-0
/
+3
*
Add support for BNDMOV instruction (with an empty semantic)
Ajax
2018-01-26
1
-0
/
+5
*
Expression: use stp translator
Fabrice Desclaux
2018-01-11
1
-8
/
+12
*
X86: add mfence/sfence/prefetch
Fabrice Desclaux
2017-12-30
1
-0
/
+4
*
update tests to use the new spacing of expressions' str()
Aymeric Vincent
2017-12-12
2
-257
/
+257
*
Various Win32 API additions/fixes (#616)
Adrien Guinet
2017-10-31
4
-1
/
+166
*
DiGraph: fixed node order in natural loop backedges
Tim Blazytko
2017-10-18
1
-2
/
+2
*
Armt: add instr nop/cps/wfi
Fabrice Desclaux
2017-09-24
1
-0
/
+11
*
Merge pull request #600 from commial/fix/dse-from-breakpoint
serpilliere
2017-09-06
1
-24
/
+87
|
\
|
*
Test/DSE: Autopep8 + Pylint
Ajax
2017-09-04
1
-28
/
+38
|
*
DSE: test the possibility to attach in a breakpoint
Ajax
2017-09-04
1
-3
/
+56
*
|
Test/DSE: producted file is already deleted by the example
Ajax
2017-09-06
1
-1
/
+0
*
|
Merge pull request #611 from commial/feature/dse-politics
serpilliere
2017-09-05
1
-4
/
+10
|
\
\
|
*
|
Test DSE examples with several strategies
Ajax
2017-09-05
1
-4
/
+10
|
|
/
*
|
Expression: add expression comparison generators
Fabrice Desclaux
2017-09-04
2
-0
/
+108
*
|
X86: add instr pcmp
Fabrice Desclaux
2017-09-01
1
-0
/
+6
*
|
X86: add instr aes
Fabrice Desclaux
2017-09-01
1
-0
/
+9
|
/
*
X86: fix sib generation
Fabrice Desclaux
2017-09-01
1
-0
/
+8
*
Simplifications: add regression tests
Fabrice Desclaux
2017-08-10
1
-0
/
+4
*
Example: add constant expression propagation
Fabrice Desclaux
2017-08-09
21
-2
/
+388
*
Objc: return accesses set
Fabrice Desclaux
2017-08-08
1
-2
/
+2
*
Objc: add regression test
Fabrice Desclaux
2017-08-08
2
-0
/
+555
*
Asmblock: remove disasm engine job_done attribute
Fabrice Desclaux
2017-07-27
1
-3
/
+7
*
Aarch64: complete DecodeBitMasks test for full branch coverage
Ajax
2017-07-24
1
-0
/
+4
*
Merge pull request #579 from serpilliere/fix_get_bloc
serpilliere
2017-07-20
2
-8
/
+8
|
\
|
*
Asmblock: rename bloc
Fabrice Desclaux
2017-07-07
1
-7
/
+7
|
*
IR: rename add_bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
|
Fix typo in /test/core/asmblock.py
William Bruneau
2017-07-20
1
-1
/
+1
|
/
*
Add a regression test for DIV 128bits
Ajax
2017-06-27
3
-0
/
+29
*
Expression: add an Expression parser
Fabrice Desclaux
2017-06-14
2
-0
/
+17
*
Add a new simplification: {@X[base + i] 0 X, @Y[base + i + X] X (X + Y)} => @...
Ajax
2017-06-01
1
-0
/
+5
*
Test/X86: add push/pop regression tests
Fabrice Desclaux
2017-05-17
1
-1
/
+194
*
Merge pull request #553 from commial/feature/symbexec-assignblk
serpilliere
2017-05-10
1
-0
/
+4
|
\
[prev]
[next]