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
*
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
*
Merge pull request #250 from serpilliere/ExprInt_api
Florent
2015-10-29
13
-122
/
+115
|
\
|
*
Expression: fix api
Fabrice Desclaux
2015-10-29
13
-113
/
+100
|
*
Expression: normalize ExprInt api
Fabrice Desclaux
2015-10-29
1
-9
/
+15
*
|
Merge pull request #249 from serpilliere/fix_get_subcall
Florent
2015-10-29
1
-1
/
+5
|
\
\
|
*
|
Core/asmbloc: Fix get_subcall_instr
Fabrice Desclaux
2015-10-29
1
-1
/
+5
|
|
/
*
|
Merge pull request #246 from serpilliere/fix_op_repr
Florent
2015-10-29
1
-5
/
+5
|
\
\
|
*
|
Expression: autopep8
serpilliere
2015-10-28
1
-4
/
+2
|
*
|
Expression: enhance exprop repr
serpilliere
2015-10-28
1
-2
/
+4
|
|
/
*
/
Jitter/jitcore: Fix pyobject ref
Fabrice Desclaux
2015-10-29
1
-2
/
+12
|
/
*
Merge pull request #243 from serpilliere/fix_mips_br
Camille Mougey
2015-10-28
1
-7
/
+1
|
\
|
*
Arch/mips/arch: remove dbg print
Fabrice Desclaux
2015-10-27
1
-6
/
+0
|
*
Arch/mips/arch: fix br off
Fabrice Desclaux
2015-10-27
1
-1
/
+1
*
|
Merge pull request #244 from a-vincent/allow_int_base_selection
serpilliere
2015-10-27
2
-25
/
+10
|
\
\
|
|
/
|
/
|
|
*
In interactive use, allow C-like prefixes to choose the base of integers
Aymeric Vincent
2015-10-27
2
-25
/
+10
*
|
Merge pull request #241 from commial/fix-sembuiler
serpilliere
2015-10-27
1
-7
/
+11
|
\
\
|
*
|
SemBuilder: fix recursive visit
Camille Mougey
2015-10-27
1
-7
/
+11
|
|
/
*
|
Mips32: CPR0_112 is EPC (Exception Program Counter)
Camille Mougey
2015-10-27
1
-0
/
+1
*
|
Mips32: consider CPR0 as registers, able to JIT
Camille Mougey
2015-10-27
2
-2
/
+516
|
/
*
JitcoreTCC: VmMngr argument is useless
Camille Mougey
2015-10-23
1
-3
/
+1
*
BoundedDict: access to the internal dict via property
Camille Mougey
2015-10-23
2
-1
/
+6
*
JitcorePython: adapt with new jit_call API
Camille Mougey
2015-10-23
2
-1
/
+2
*
Jitload: has_callbacks is no more needed (no perf gain)
Camille Mougey
2015-10-23
1
-9
/
+4
*
Jitload: CallbackHandler.__call__ should only be a wrapper
Camille Mougey
2015-10-23
1
-1
/
+2
*
JitTCC: loop in C while future basic blocks are known
Camille Mougey
2015-10-23
4
-18
/
+47
*
JitTCC: jitted functions return a status code
Camille Mougey
2015-10-23
2
-12
/
+15
*
Merge pull request #235 from serpilliere/x86_fix
Camille Mougey
2015-10-23
4
-590
/
+901
|
\
|
*
Arch/x86/sem: rename args
serpilliere
2015-10-23
1
-48
/
+48
|
*
Arch/x86/sem: factorize cmov code
serpilliere
2015-10-23
1
-118
/
+36
|
*
Arch/x86/sem: factorize fcmov code
serpilliere
2015-10-23
1
-56
/
+28
|
*
Arch/x86/sem: factorize jcc code
serpilliere
2015-10-23
1
-172
/
+45
|
*
Arch/x86/arch: remove unused flags
serpilliere
2015-10-23
1
-6
/
+3
|
*
Arch/x86/sem: raise error on missing mnemo
serpilliere
2015-10-23
1
-0
/
+3
|
*
Arch/x86/sem: add comiss/comisd
serpilliere
2015-10-23
1
-0
/
+42
|
*
Arch/x86/sem: factorize code
serpilliere
2015-10-23
1
-191
/
+65
|
*
Arch/x86/sem: add multiple float semantic
serpilliere
2015-10-23
1
-0
/
+175
|
*
Arch/x86/sem: fix p[or/and/xor]
serpilliere
2015-10-23
2
-23
/
+40
|
*
Expression/expression: fix op len sanitycheck
serpilliere
2015-10-23
1
-4
/
+12
|
*
Arch/x86/sem: add mov[ua][pspd]
serpilliere
2015-10-23
1
-2
/
+9
|
*
Arch/x86/sem: fix movd
serpilliere
2015-10-23
1
-5
/
+7
|
*
Arch/x86/sem: fix movss
serpilliere
2015-10-23
1
-1
/
+10
|
*
Arch/x86/sem: fix cpuid
serpilliere
2015-10-23
1
-4
/
+4
[next]