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
2015-11-15
Jitter/vm_mngr: Clean logs
Fabrice Desclaux
1
-26
/
+14
2015-11-15
Sem/x86: fix rdtsc
Fabrice Desclaux
1
-3
/
+3
2015-11-13
x86/sem: fix typo (creds @serpilliere)
Ajax
1
-2
/
+2
2015-11-13
x86/sem: LOOP* should use opmode instead of admode
Ajax
1
-8
/
+5
2015-11-13
x86/sem: correct AFLAG (special case for dec)
Ajax
1
-11
/
+11
2015-11-13
x86/sem: fix SHL (handle 0-round case)
Ajax
1
-13
/
+1
2015-11-13
x86/sem: fix OF calculation for shr
Ajax
1
-1
/
+1
2015-11-13
x86/sem: fix OF calculation for sar
Ajax
1
-3
/
+10
2015-11-13
x86/sem: fix rol semantics (handle 0-round case)
Ajax
1
-10
/
+1
2015-11-13
x86/sem: fix ror semantics (handle 0-round case)
Ajax
1
-14
/
+12
2015-11-13
x86/TCC: fix rcr/rcl computation
Ajax
1
-36
/
+26
2015-11-13
x86: >>>/<<< c_cf are no more needed: use c_rez with rotate-1
Ajax
4
-45
/
+10
2015-11-13
x86/sem: fix overflow flag condition in rotation
Ajax
1
-2
/
+4
2015-11-13
x86/sem: use _rotate_tpl for RCR
Ajax
1
-13
/
+4
2015-11-13
x86/TCC: fix a loosed bit of rotate left
Ajax
1
-3
/
+3
2015-11-13
x86/sem: introduce a template for rotate, handling 0-rotate
Ajax
1
-10
/
+37
2015-11-13
x86/sem: refactor _shift_tpl
Ajax
1
-19
/
+14
2015-11-13
x86/sem: fix shld for 'undefined behavior'
Ajax
1
-6
/
+16
2015-11-12
x86/sem: fix overflow flag for shld
Ajax
1
-3
/
+4
2015-11-12
x86/sem: use shift_tpl for shld
Ajax
1
-21
/
+4
2015-11-12
x86/sem: handle overflow flag in shrd
Ajax
1
-1
/
+3
2015-11-12
x86/sem: emulate overflow 'undefined behavior' for shrd
Ajax
1
-6
/
+25
2015-11-12
Simplification: add regression test for '>>>', '<<<'
Ajax
1
-1
/
+4
2015-11-12
Simplifications: '>>>', '<<<' with rounds > size
Ajax
1
-3
/
+4
2015-11-12
x86/sem: handle count == 0 in `shrd`
Ajax
1
-17
/
+12
2015-11-12
x86/sem: refactor sar / shr using a common template
Ajax
1
-34
/
+14
2015-11-12
x86/sem: fix typo (creds @serpilliere)
Ajax
1
-3
/
+1
2015-11-12
Os_dep/win_seh: rename myjit
Fabrice Desclaux
1
-115
/
+115
2015-11-12
Os_dep/win_seh: add comments
Fabrice Desclaux
1
-11
/
+56
2015-11-12
Os_dep/win_seh: fix module double link lists
Fabrice Desclaux
1
-140
/
+139
2015-11-12
Os_dep/win_seh: rename modules_info
Fabrice Desclaux
1
-13
/
+13
2015-11-10
x86/TCC: add helper for double to 16 bits
Ajax
2
-0
/
+13
2015-11-10
x86: always truncate float to 64 bits for now
Ajax
1
-2
/
+5
2015-11-10
x86/sem: few details on structure and choices on fntsw
Ajax
1
-7
/
+10
2015-11-10
x86/TCC: complete fxam semantic to handle C1
Ajax
3
-0
/
+9
2015-11-10
x86/TCC: handle NaN case in `fcom`
Ajax
1
-0
/
+6
2015-11-10
x86/sem: mem2double must not be called on float regs
Ajax
1
-2
/
+1
2015-11-10
x86/sem: add `fldenv`
Ajax
1
-0
/
+37
2015-11-10
x86/sem: comment typo
Ajax
1
-1
/
+1
2015-11-10
x86: C0/C1/C2/C3 flags in `fprem`
Ajax
4
-1
/
+33
2015-11-10
X86/sem: add movq
Fabrice Desclaux
1
-0
/
+2
2015-11-10
x86/TCC: add `fpatan`
Ajax
3
-1
/
+13
2015-11-10
x86/TCC: add `fyl2x`
Ajax
3
-1
/
+12
2015-11-10
x86/TCC: add `fprem`
Ajax
3
-1
/
+14
2015-11-10
x86/TCC: add `fxam`
Ajax
3
-1
/
+63
2015-11-10
x86/TCC: add `fchs`
Ajax
3
-1
/
+12
2015-11-10
x86/sem: fpatan should first decrement dst float (parrallel)
Ajax
1
-1
/
+2
2015-11-10
x86/sem: fix fstp stack popping
Ajax
1
-2
/
+16
2015-11-10
x86/sem: fldln2 must work on 64bit instead of 32
Ajax
1
-3
/
+3
2015-11-10
x86/sem: `fist` was duplicated
Ajax
1
-9
/
+3
[next]