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
/
test_dis.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-29
Arm: fix ldmia write back
Fabrice Desclaux
2
-4
/
+12
2014-09-29
Arm: fixdstoffset computation, add asm reg test
Fabrice Desclaux
3
-15
/
+96
2014-09-26
JitCore Python: Handle log_regs, log_mn
ajax
1
-0
/
+9
2014-09-24
Example: Add Unpack_Gen, a skeleton for unpacking scripts
ajax
2
-0
/
+169
2014-09-22
WinAPI SEH: reduce import scope
ajax
1
-2
/
+2
2014-09-22
WinAPI SEH: Useless and buggy import
ajax
1
-1
/
+0
2014-09-19
test: add mnemonic tests
Fabrice Desclaux
4
-0
/
+150
2014-09-19
jitload: fix loaded header size
Fabrice Desclaux
1
-2
/
+2
2014-09-19
x86: fix movs scas
Fabrice Desclaux
1
-7
/
+4
2014-09-19
Example: Add an example of a simplification registering
Camille Mougey
2
-0
/
+52
2014-09-19
HgIgnore: add 'pyc' files
Camille Mougey
1
-0
/
+1
2014-09-19
Expression examples: Rename examples with meaningfull names
Camille Mougey
8
-7
/
+7
2014-09-19
Test Symbexec: no more supported
Camille Mougey
1
-141
/
+0
2014-09-19
merge
Fabrice Desclaux
5
-25
/
+17
2014-09-18
x86 SEM: Fix loop off-by-one
ajax
1
-20
/
+7
2014-09-18
Unpack UPX: Useless wrapper
ajax
1
-5
/
+1
2014-09-15
symbexec: fix eval_cache default arg
Fabrice Desclaux
1
-0
/
+10
2014-09-15
mips: add ei/ehb (dummy semantic)
Fabrice Desclaux
3
-0
/
+15
2014-09-15
mips: fix irdst tipo
Fabrice Desclaux
1
-1
/
+1
2014-09-12
mips: add mnemo; fix irdst
serpilliere
2
-1
/
+9
2014-09-11
symbexec: symbexec is object
Fabrice Desclaux
1
-1
/
+1
2014-09-11
mips: add multu
Fabrice Desclaux
1
-0
/
+10
2014-09-11
symbexec: add eval cache to expr_eval
Fabrice Desclaux
1
-4
/
+7
2014-09-11
core/cpu: move bs8
Fabrice Desclaux
2
-8
/
+9
2014-09-11
expr_simpl: add shift simplification
Fabrice Desclaux
1
-0
/
+6
2014-09-05
Jittcc: fix tcc return struct bug; fix missing irbloc ret test
serpilliere
5
-44
/
+40
2014-09-05
jitcore_python: fix reg init
Fabrice Desclaux
1
-2
/
+2
2014-09-05
x86 sem: fix sar/shr multiple irdst
Fabrice Desclaux
2
-2
/
+12
2014-09-05
Jitcore: check for empty blocks
Camille Mougey
1
-0
/
+5
2014-09-05
X86 sem: fix shr case when argument is 0 during runtime
Camille Mougey
1
-11
/
+24
2014-09-05
Simplifications commons: Fix assert (avoid division by zero)
Camille Mougey
1
-2
/
+2
2014-09-05
x86 ira: Add sizeof for x86_64
Camille Mougey
1
-0
/
+15
2014-09-05
x86 sem: Typo
Camille Mougey
1
-1
/
+1
2014-09-05
jitcore_tcc: disable log
Fabrice Desclaux
1
-1
/
+1
2014-09-05
sem: tipo
Fabrice Desclaux
1
-1
/
+1
2014-09-05
Mips sem: temporary comment unimplemented mnemonic
Camille Mougey
1
-4
/
+4
2014-09-05