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
/
expression
/
get_read_write.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-09
Add EMMS, implemtend as a NOP
Ajax
3
-0
/
+11
2018-02-09
Add MASKMOVQ/MASKMOVDQU instruction
Ajax
3
-1
/
+59
2018-02-09
Fix PEXTRW 0F C5 form
Ajax
2
-6
/
+6
2018-02-09
Add PAVGB/PAVGW instruction
Ajax
3
-0
/
+32
2018-02-09
Add PSADBW instruction
Ajax
3
-0
/
+36
2018-02-09
Add PMADDWD instruction
Ajax
3
-0
/
+28
2018-02-09
Add PMULUDQ instruction
Ajax
3
-0
/
+32
2018-02-09
Add PMAXSW instruction
Ajax
3
-0
/
+11
2018-02-09
Unify the way PMIN / PMAX works
Ajax
1
-61
/
+17
2018-02-09
Add PADDSB/PADDSW instruction
Ajax
3
-0
/
+32
2018-02-09
Fix PMINSW semantic
Ajax
1
-6
/
+15
2018-02-09
Add PSUBSB/PSUBSW instruction
Ajax
3
-7
/
+38
2018-02-09
Add PMULHW / PMULHUW instruction
Ajax
3
-0
/
+48
2018-02-09
Add PADDUSB/PADDUSW instruction
Ajax
3
-0
/
+39
2018-02-09
Add PSUBSUB/PSUBUSW instr
Ajax
3
-25
/
+79
2018-02-09
Add PMULLW instruction
Ajax
3
-0
/
+26
2018-02-09
Add PACKSSDW instruction
Ajax
3
-0
/
+18
2018-02-09
Add PACKUSWB instruction
Ajax
3
-0
/
+43
2018-02-09
Add PCMPGTW instruction (semantic already exists)
Ajax
1
-0
/
+5
2018-02-09
Add PACKSSWB instruction
Ajax
3
-0
/
+59
2018-02-09
Fix tipo
Fabrice Desclaux
1
-1
/
+1
2018-02-09
DataFlow: Normalize class names
Fabrice Desclaux
1
-20
/
+25
2018-02-09
IRBlock: getitem/len on assignblks
Fabrice Desclaux
8
-34
/
+42
2018-02-09
IRBlock: irblock iterates on its assignblks
Fabrice Desclaux
20
-75
/
+80
2018-02-09
IRBlock: replace irs by assignblks
Fabrice Desclaux
23
-85
/
+91
2018-02-02
Asmblock: fix dis_block_callback
Fabrice Desclaux
6
-16
/
+25
2018-02-02
X86: fix cdq/cbw...
Fabrice Desclaux
4
-15
/
+489
2018-02-01
Aarch64/sem: add ld[ur]s[[bhw]
Fabrice Desclaux
1
-15
/
+31
2018-01-29
adding bics
GAJaloyan
1
-1
/
+18
2018-01-29
Fix: 'brakpoint' -> 'breakpoint'
William Bruneau
1
-1
/
+1
2018-01-26
Add PREFETCHNTA instruction semantic (as a NOP)
Ajax
1
-3
/
+6
2018-01-26
Add PCMPGTB instruction
Ajax
2
-0
/
+8
2018-01-26
Add PSRLDQ semantic
Ajax
1
-0
/
+12
2018-01-26
Add PALIGNR x86 instruction (asm & semantic)
Ajax
3
-0
/
+35
2018-01-26
Add support for BNDMOV instruction (with an empty semantic)
Ajax
3
-0
/
+20
2018-01-26
Add support for BND registers and parsing in disassembly
Ajax
2
-10
/
+74
2018-01-26
Fix BSR / BSL / CLZ implementation to avoid signed overflow
Ajax
2
-8
/
+7
2018-01-16
append b to the opens mode ; Python on Windows makes a distinction between te...
w4kfu
9
-15
/
+15
2018-01-16
Jitter: remove french debug string
mkrzywix
1
-4
/
+4
2018-01-12
adding ucomisd
GAJaloyan
2
-1
/
+18
2018-01-11
WinAPI: fix ntdll memset abi
Fabrice Desclaux
1
-2
/
+2
2018-01-11
MSP430: add ctype
Fabrice Desclaux
2
-1
/
+72
2018-01-11
Example: fix disasm wd
Fabrice Desclaux
1
-0
/
+1
2018-01-11
Expression: use stp translator
Fabrice Desclaux
3
-194
/
+107
2018-01-09
Ida/Example: clean symbexec plugin
Fabrice Desclaux
1
-12
/
+0
2018-01-09
Ida/Example: fix symbexec plugin
Fabrice Desclaux
1
-10
/
+77
2018-01-05
Example/IDA: update IR string output
Fabrice Desclaux
1
-49
/
+69
2017-12-30
X86: fix rdmsr/wrmsr semantic
Fabrice Desclaux
1
-11
/
+5
2017-12-30
X86: add mfence/sfence/prefetch
Fabrice Desclaux
3
-0
/
+41
2017-12-23
PE: fix export forward test
Fabrice Desclaux
1
-13
/
+24
[next]