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
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86: add nop form
Fabrice Desclaux
2018-08-16
1
-0
/
+4
*
Test: add progpag expr
Fabrice Desclaux
2018-08-06
1
-1
/
+1
*
Test: fix arm regression tests
Fabrice Desclaux
2018-08-06
1
-267
/
+267
*
Test: add simplification reg tests
Fabrice Desclaux
2018-08-06
1
-11
/
+20
*
Test: add regression test (bad block ref)
Fabrice Desclaux
2018-08-01
1
-0
/
+53
*
Test: add reduce graph test (infinite loop)
Fabrice Desclaux
2018-08-01
1
-1
/
+62
*
Add an example for LinuxEnvironment & Syscall handling
Ajax
2018-07-24
1
-0
/
+13
*
LocationDB: add a name -> offset method
Ajax
2018-07-19
1
-0
/
+5
*
Expression: fix slice assignment
Fabrice Desclaux
2018-07-19
1
-0
/
+5
*
Test: add x86 64 asm test 64bit addr
Fabrice Desclaux
2018-07-17
2
-0
/
+31
*
Test: don't reset *all* tests
Fabrice Desclaux
2018-07-13
1
-1
/
+0
*
Toshiba MeP support
Guillaume Valadon
2018-07-12
43
-0
/
+4701
*
Merge pull request #795 from commial/features/better-float-sse
serpilliere
2018-07-10
2
-1
/
+43
|
\
|
*
TestALL: add QEMU sse test for LLVM and GCC
Ajax
2018-07-10
1
-0
/
+4
|
*
Add new SSE instruction description and updates old ones
Ajax
2018-07-10
1
-1
/
+39
*
|
IR: rename DiGraphIR=>IRCFG
Fabrice Desclaux
2018-07-10
1
-1
/
+1
*
|
Test: add reduce ircfg reg tests
Fabrice Desclaux
2018-07-10
2
-0
/
+532
|
/
*
SSA: add tests
Fabrice Desclaux
2018-07-09
1
-2
/
+2
*
Merge pull request #738 from marilafo/fix_offset_branch_armtl
serpilliere
2018-07-05
1
-0
/
+3
|
\
|
*
armtl change branch pc offset
Marion Lafon
2018-05-24
1
-0
/
+3
*
|
IR: gen ircfg from ir_arch
Fabrice Desclaux
2018-07-05
6
-380
/
+588
*
|
IR: remove default regs_init for symbexec
Fabrice Desclaux
2018-07-05
7
-8
/
+8
*
|
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
9
-107
/
+33
*
|
symbol_pool -> loc_db
Ajax
2018-07-03
21
-191
/
+191
*
|
LocationDB: introduced to replace AsmSymbolPool
Ajax
2018-07-03
2
-0
/
+109
*
|
Merge pull request #780 from serpilliere/simp_shift_mask
Camille Mougey
2018-06-22
1
-0
/
+4
|
\
\
|
*
|
Expr: add simplification shift mask
Fabrice Desclaux
2018-06-21
1
-0
/
+4
*
|
|
Code cleaning: remove useless / commented code
Ajax
2018-06-21
7
-83
/
+1
|
/
/
*
|
Jitter: add simple trace api
Fabrice Desclaux
2018-06-21
8
-25
/
+6
*
|
Unify ExprLoc str with LocKey and others
Ajax
2018-06-17
1
-4
/
+4
*
|
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
12
-442
/
+462
*
|
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
9
-131
/
+155
*
|
Add a regression test to ensure INT is called each time in a loop
Ajax
2018-05-18
1
-2
/
+8
*
|
Jitter: fix bad block management
Fabrice Desclaux
2018-05-17
4
-4
/
+94
*
|
Add support for XMM0-15 registers in x86
Ajax
2018-05-17
2
-0
/
+18
*
|
Test: remove blacklisted test
Ajax
2018-05-16
1
-1
/
+0
|
/
*
Remove TCC jitter engine
Ajax
2018-05-16
2
-23
/
+6
*
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Ajax
2018-05-15
1
-1
/
+1
*
Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0
Ajax
2018-05-15
3
-17
/
+26
*
Merge pull request #734 from serpilliere/enhance_parser
Camille Mougey
2018-05-14
11
-67
/
+36
|
\
|
*
Core: updt parser structure
Fabrice Desclaux
2018-05-14
11
-67
/
+36
*
|
Merge pull request #736 from losynix/get_block_by_offset
serpilliere
2018-05-09
1
-0
/
+2
|
\
\
|
*
|
add getby_offset in AsmCFG
losynix
2018-05-09
1
-0
/
+2
|
|
/
*
/
Jitter: fix FPU C functions names
Fabrice Desclaux
2018-05-09
1
-1
/
+1
|
/
*
Fix __ne__ calls
Fabrice Desclaux
2018-04-19
1
-1
/
+1
*
Arm: add dsb
Fabrice Desclaux
2018-04-18
1
-0
/
+3
*
Fix arm T32ExpandImm
Fabrice Desclaux
2018-04-18
1
-1
/
+2
*
Arm: add some arm t2 instructions
Fabrice Desclaux
2018-04-18
1
-1
/
+213
*
X86/sem: fix cmpxchg sem
Fabrice Desclaux
2018-04-08
1
-1
/
+1
*
Merge pull request #707 from serpilliere/fix_bp_memory_name
Camille Mougey
2018-03-28
1
-3
/
+3
|
\
[next]