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
/
miasm2
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Simplifications: '>>>', '<<<' with rounds > size
Ajax
2015-11-12
1
-3
/
+4
|
*
x86/sem: handle count == 0 in `shrd`
Ajax
2015-11-12
1
-17
/
+12
|
*
x86/sem: refactor sar / shr using a common template
Ajax
2015-11-12
1
-34
/
+14
*
|
Merge pull request #263 from serpilliere/fix_module_list
Camille Mougey
2015-11-12
1
-255
/
+299
|
\
\
|
|
/
|
/
|
|
*
Os_dep/win_seh: rename myjit
Fabrice Desclaux
2015-11-12
1
-115
/
+115
|
*
Os_dep/win_seh: add comments
Fabrice Desclaux
2015-11-12
1
-11
/
+56
|
*
Os_dep/win_seh: fix module double link lists
Fabrice Desclaux
2015-11-12
1
-140
/
+139
|
*
Os_dep/win_seh: rename modules_info
Fabrice Desclaux
2015-11-12
1
-13
/
+13
*
|
Merge pull request #265 from commial/fix-float-x86
serpilliere
2015-11-12
4
-31
/
+250
|
\
\
|
|
/
|
/
|
|
*
x86/sem: fix typo (creds @serpilliere)
Ajax
2015-11-12
1
-3
/
+1
|
*
x86/TCC: add helper for double to 16 bits
Ajax
2015-11-10
2
-0
/
+13
|
*
x86: always truncate float to 64 bits for now
Ajax
2015-11-10
1
-2
/
+5
|
*
x86/sem: few details on structure and choices on fntsw
Ajax
2015-11-10
1
-7
/
+10
|
*
x86/TCC: complete fxam semantic to handle C1
Ajax
2015-11-10
3
-0
/
+9
|
*
x86/TCC: handle NaN case in `fcom`
Ajax
2015-11-10
1
-0
/
+6
|
*
x86/sem: mem2double must not be called on float regs
Ajax
2015-11-10
1
-2
/
+1
|
*
x86/sem: add `fldenv`
Ajax
2015-11-10
1
-0
/
+37
|
*
x86/sem: comment typo
Ajax
2015-11-10
1
-1
/
+1
|
*
x86: C0/C1/C2/C3 flags in `fprem`
Ajax
2015-11-10
4
-1
/
+33
|
*
x86/TCC: add `fpatan`
Ajax
2015-11-10
3
-1
/
+13
|
*
x86/TCC: add `fyl2x`
Ajax
2015-11-10
3
-1
/
+12
|
*
x86/TCC: add `fprem`
Ajax
2015-11-10
3
-1
/
+14
|
*
x86/TCC: add `fxam`
Ajax
2015-11-10
3
-1
/
+63
|
*
x86/TCC: add `fchs`
Ajax
2015-11-10
3
-1
/
+12
|
*
x86/sem: fpatan should first decrement dst float (parrallel)
Ajax
2015-11-10
1
-1
/
+2
|
*
x86/sem: fix fstp stack popping
Ajax
2015-11-10
1
-2
/
+16
|
*
x86/sem: fldln2 must work on 64bit instead of 32
Ajax
2015-11-10
1
-3
/
+3
|
*
x86/sem: `fist` was duplicated
Ajax
2015-11-10
1
-9
/
+3
|
*
x86/sem: float_prev should not raise an Error
Ajax
2015-11-10
1
-1
/
+2
|
*
x86/sem: fix FST affectation source
Ajax
2015-11-10
1
-2
/
+2
*
|
X86/sem: add movq
Fabrice Desclaux
2015-11-10
1
-0
/
+2
|
/
*
Merge pull request #261 from commial/x86-interrupt
serpilliere
2015-11-09
5
-4
/
+30
|
\
|
*
x86/Arch: INT 3 must produced an ExprInt8(3) (creds @serpilliere)
Ajax
2015-11-09
1
-2
/
+4
|
*
x86/Sem: set `interrupt_num` on INT XX
Ajax
2015-11-09
1
-0
/
+1
|
*
x86: add a new "register" named interrupt_num
Ajax
2015-11-09
3
-2
/
+25
*
|
Merge pull request #260 from commial/fix-rdtsc
serpilliere
2015-11-09
1
-0
/
+3
|
\
\
|
*
|
x86/Sem/RDTSC: update tsc2 value on tsc1 overflow
Ajax
2015-11-09
1
-0
/
+3
|
|
/
*
/
x86/sem: unify the way aflag is computed (like popfd/w, sahf)
Ajax
2015-11-09
1
-5
/
+2
|
/
*
Disasm/x86: move `pushpop` callback to an example `callback.py`
Ajax
2015-11-09
1
-29
/
+2
*
Disasm: update callbacks with new API
Ajax
2015-11-05
3
-14
/
+12
*
ASM: call disasm callbacks with named arguments
Ajax
2015-11-03
1
-5
/
+6
*
JitTcc: fix memory leak
Fabrice Desclaux
2015-11-01
1
-0
/
+4
*
Core/Parse_asm: fix string parsing
Fabrice Desclaux
2015-10-29
1
-2
/
+2
*
Core/parse_asm: align support int/hex
serpilliere
2015-10-29
1
-1
/
+1
*
Core/parse_asm: clean algo; support delayslot
serpilliere
2015-10-29
1
-58
/
+87
*
Core/Parse_asm: fix state define
serpilliere
2015-10-29
1
-8
/
+12
*
Core/parse_asm: clean code
serpilliere
2015-10-29
1
-58
/
+76
*
Core/parse_asm: autopep8
serpilliere
2015-10-29
1
-4
/
+8
*
Core/parse_asm: bloc=>block
serpilliere
2015-10-29
1
-16
/
+16
*
Core/parse_asm: remove unused feature (bss/data/text)
serpilliere
2015-10-29
1
-88
/
+74
[prev]
[next]