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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #252 from serpilliere/fix_jitloop
Pierre Lalet
2015-11-02
1
-0
/
+4
|
\
|
*
JitTcc: fix memory leak
Fabrice Desclaux
2015-11-01
1
-0
/
+4
|
/
*
Merge pull request #245 from serpilliere/fix_parse_asm
Florent
2015-10-30
10
-151
/
+260
|
\
|
*
Core/Parse_asm: fix string parsing
Fabrice Desclaux
2015-10-29
1
-2
/
+2
|
*
Test/parse_asm: add directive test
serpilliere
2015-10-29
1
-0
/
+69
|
*
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: update parse_txt API use
serpilliere
2015-10-29
8
-12
/
+11
|
*
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
16
-132
/
+125
|
\
|
*
Expression: fix api
Fabrice Desclaux
2015-10-29
16
-123
/
+110
|
*
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 #251 from serpilliere/fix_ida_ir
Florent
2015-10-29
1
-2
/
+2
|
\
\
|
*
|
Example/ida/utils: fix mips arch
Fabrice Desclaux
2015-10-29
1
-2
/
+2
|
|
/
*
|
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
|
|
/
*
|
Merge pull request #248 from serpilliere/fix_pyobj
Florent
2015-10-29
1
-2
/
+12
|
\
\
|
|
/
|
/
|
|
*
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
4
-7
/
+100
|
\
|
*
Arch/mips/arch: remove dbg print
Fabrice Desclaux
2015-10-27
1
-6
/
+0
|
*
Test/mips/unit: add jcc tests
Fabrice Desclaux
2015-10-27
3
-0
/
+99
|
*
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
7
-32
/
+18
|
\
\
|
|
/
|
/
|
|
*
In interactive use, allow C-like prefixes to choose the base of integers
Aymeric Vincent
2015-10-27
7
-32
/
+18
*
|
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
|
|
/
*
|
Merge pull request #242 from commial/missing-regs-mips32
serpilliere
2015-10-27
2
-2
/
+517
|
\
\
|
|
/
|
/
|
|
*
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
|
/
*
Merge pull request #238 from commial/feature_cloop
serpilliere
2015-10-23
8
-42
/
+74
|
\
|
*
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
5
-600
/
+1028
|
\
|
*
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
[next]