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
/
basic_simplification.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
2015-11-10
x86/sem: float_prev should not raise an Error
Ajax
1
-1
/
+2
2015-11-10
x86/sem: fix FST affectation source
Ajax
1
-2
/
+2
2015-11-09
Example/SymbolExec: write code more arch-independent
Ajax
1
-16
/
+14
2015-11-09
Example/SymbolExec: enhance and comment
Ajax
1
-15
/
+27
2015-11-09
x86/Arch: INT 3 must produced an ExprInt8(3) (creds @serpilliere)
Ajax
1
-2
/
+4
2015-11-09
Test: add a unit test for x86 interrupt_num
Ajax
2
-0
/
+32
2015-11-09
x86/Sem: set `interrupt_num` on INT XX
Ajax
1
-0
/
+1
2015-11-09
x86: add a new "register" named interrupt_num
Ajax
3
-2
/
+25
2015-11-09
x86/Sem/RDTSC: update tsc2 value on tsc1 overflow
Ajax
1
-0
/
+3
2015-11-09
x86/sem: unify the way aflag is computed (like popfd/w, sahf)
Ajax
1
-5
/
+2
2015-11-09
Test: update `test_all.py` products (.txt -> .dot)
Ajax
1
-13
/
+13
2015-11-09
Example: move output .txt to .dot
Ajax
10
-20
/
+20
2015-11-09
Example/Disasm/Callback: comment and update with new API
Ajax
1
-8
/
+15
2015-11-09
Test: add example/disasm/callback.py to tests
Ajax
1
-0
/
+1
2015-11-09
Disasm/x86: move `pushpop` callback to an example `callback.py`
Ajax
2
-29
/
+62
2015-11-09
Example/UnpackUPX: PR #256 comments (creds @p-l-, @fmonjalet)
Ajax
1
-3
/
+3
2015-11-06
Example/ASM: unused import
Ajax
1
-2
/
+0
2015-11-06
Example/IDA: unused import
Ajax
1
-3
/
+0
2015-11-06
Example/IDA: useless sys path
Ajax
1
-7
/
+2
2015-11-06
Example/IDA: unused import
Ajax
1
-3
/
+1
2015-11-06
Example/Jitter: unused import
Ajax
1
-2
/
+1
2015-11-06
Example/Jitter: unused import
Ajax
1
-4
/
+0
2015-11-06
Example/Jitter: unused import
Ajax
1
-2
/
+1
2015-11-06
Example/Expr: unused import
Ajax
1
-3
/
+3
2015-11-06
Example/Expr: reorganize imports
Ajax
1
-6
/
+5
2015-11-06
Example/Expr: unused import
Ajax
1
-1
/
+0
[next]