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
...
|
*
|
|
Add XMM0-15 to gpreg_dict[]
acru3l
2018-06-09
1
-0
/
+17
|
|
/
/
*
|
|
Merge pull request #752 from commial/fix/virtual-protect
serpilliere
2018-06-09
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
VirtualProtect: act on multiple pages
Ajax
2018-06-04
1
-1
/
+4
|
*
|
VirtualProtect: get old access *before* setting the new one
Ajax
2018-06-04
1
-1
/
+2
*
|
|
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
42
-1237
/
+1376
*
|
|
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
39
-643
/
+1074
|
/
/
*
|
LLVM: check all CPU exceptions after instruction execution
Ajax
2018-05-18
1
-0
/
+3
*
|
Jitter: fix bad block management
Fabrice Desclaux
2018-05-17
1
-17
/
+25
*
|
AsmBlock: constant for asmblockbad errno
Fabrice Desclaux
2018-05-17
1
-10
/
+29
*
|
Add support for XMM0-15 registers in x86
Ajax
2018-05-17
2
-0
/
+87
*
|
Add support for 128 bits operations in VmMngr and GCC outputs
Ajax
2018-05-17
7
-44
/
+158
*
|
Add support for 128 bits udiv/umod/idiv/imod operations for CC jitters
Ajax
2018-05-16
2
-0
/
+7
*
|
MSP430: remove duplicate or unused operations implem
Ajax
2018-05-16
2
-15
/
+0
*
|
ARM 'clz' op is actually 'cntleadzeros', replace it
Ajax
2018-05-16
4
-22
/
+1
*
|
Move umod/udiv/imod/idiv operations to op_semantics
Ajax
2018-05-16
12
-159
/
+31
*
|
udiv/umod/idiv/imod: remove unused 'vmcpu' argument
Ajax
2018-05-16
8
-58
/
+58
|
/
*
Remove TCC jitter engine
Ajax
2018-05-16
4
-428
/
+2
*
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Ajax
2018-05-15
6
-17
/
+17
*
Remove unused 'Makefile'
Ajax
2018-05-15
1
-20
/
+0
*
Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'
Ajax
2018-05-15
10
-920
/
+922
*
Merge pull request #740 from commial/refactor/bsr-bsf
serpilliere
2018-05-15
9
-46
/
+76
|
\
|
*
Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0
Ajax
2018-05-15
9
-44
/
+74
|
*
Fix bsr implementation to avoid infinite loop on src=0
Ajax
2018-05-15
1
-2
/
+2
*
|
Merge pull request #724 from serpilliere/fix_resource_rebuild
Camille Mougey
2018-05-15
1
-5
/
+5
|
\
\
|
*
|
PE: fix resource rebuild
Fabrice Desclaux
2018-04-19
1
-5
/
+5
*
|
|
AsmAst: fix dup method
Fabrice Desclaux
2018-05-15
1
-3
/
+0
|
|
/
|
/
|
*
|
DSE: update doc on attachment in a breakpoint
Ajax
2018-05-14
1
-1
/
+19
*
|
Merge pull request #734 from serpilliere/enhance_parser
Camille Mougey
2018-05-14
13
-1030
/
+1147
|
\
\
|
*
|
Parser: fix arguments name
Fabrice Desclaux
2018-05-14
8
-191
/
+189
|
*
|
Core: updt parser structure
Fabrice Desclaux
2018-05-14
13
-926
/
+1046
|
*
|
Cpu: fix fromstring arg name
Fabrice Desclaux
2018-05-09
5
-44
/
+43
*
|
|
Merge pull request #736 from losynix/get_block_by_offset
serpilliere
2018-05-09
1
-0
/
+8
|
\
\
\
|
*
|
|
add getby_offset in AsmCFG
losynix
2018-05-09
1
-0
/
+8
|
|
/
/
*
/
/
Jitter: fix FPU C functions names
Fabrice Desclaux
2018-05-09
3
-55
/
+58
|
/
/
*
|
Merge pull request #735 from serpilliere/fix_dbg_code
Pierre Lalet
2018-05-09
1
-4
/
+0
|
\
\
|
*
|
Remove debug code
Fabrice Desclaux
2018-05-09
1
-4
/
+0
*
|
|
Merge pull request #730 from serpilliere/get_breakpoint
Camille Mougey
2018-05-04
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Jitter: add get_breakpoint
Fabrice Desclaux
2018-04-27
1
-0
/
+7
*
|
|
Update Mips runtime
Fabrice Desclaux
2018-05-02
7
-6
/
+185
|
/
/
*
|
Expr: Fix default size
Fabrice Desclaux
2018-04-26
1
-1
/
+7
*
|
Fix build on OpenBSD.
Remi Pointel
2018-04-20
1
-1
/
+1
*
|
Fix __ne__ calls
Fabrice Desclaux
2018-04-19
9
-0
/
+27
*
|
Merge pull request #714 from serpilliere/symb_pool_labels
Camille Mougey
2018-04-19
1
-4
/
+22
|
\
\
|
*
|
Asmblock: fix AsmSymbolPool API
Fabrice Desclaux
2018-04-19
1
-4
/
+22
|
|
/
*
|
Merge pull request #720 from su-vikas/master
serpilliere
2018-04-19
1
-1
/
+24
|
\
\
|
*
|
Fixed uxtw, uxth and sxtw, sxth register truncation
Vikas Gupta
2018-04-19
1
-1
/
+24
|
|
/
*
|
Merge pull request #716 from serpilliere/fix_asmblock_simplify
Camille Mougey
2018-04-18
1
-6
/
+17
|
\
\
|
*
|
IR: fix remove_jmp auto loop
Fabrice Desclaux
2018-04-18
1
-0
/
+4
|
*
|
IR: simplify return if block is modified
Fabrice Desclaux
2018-04-18
1
-5
/
+12
|
*
|
Asmblock: fix graph merge tipo
Fabrice Desclaux
2018-04-15
1
-1
/
+1
|
|
/
[prev]
[next]