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
/
expression
/
expr_random.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
LocationDB: introduced to replace AsmSymbolPool
Ajax
4
-224
/
+569
2018-07-02
ExprLoc/LocKey: avoid ambiguity in string representation
Ajax
1
-2
/
+2
2018-07-01
Remove incorrect attribute
Guillaume Valadon
1
-2
/
+2
2018-06-22
Jitcore: run_at actually takes a list of stop_offset, instead of a
Ajax
5
-14
/
+24
2018-06-22
Jitcore: remove useless strucs and rename for more meaningful names
Ajax
9
-83
/
+80
2018-06-22
Jitters: use loc_key instead of names or offset for basic block labeling
Ajax
8
-57
/
+27
2018-06-22
TravisCI: turn deprecation warning into RuntimeError
Ajax
1
-1
/
+4
2018-06-21
Expr: add simplification shift mask
Fabrice Desclaux
2
-0
/
+24
2018-06-21
Code cleaning: remove useless / commented code
Ajax
16
-173
/
+2
2018-06-21
Jitter: deprecate jit.disasm_cb
Ajax
1
-3
/
+11
2018-06-21
Jitter: rename jitter class into Jitter
Fabrice Desclaux
7
-34
/
+47
2018-06-21
Jitter: add simple trace api
Fabrice Desclaux
14
-53
/
+45
2018-06-21
Adding ccmp aarch64 instruction.
gajaloyan
1
-0
/
+30
2018-06-20
Parse_asm: remove useless functions
Fabrice Desclaux
1
-26
/
+0
2018-06-20
Update README.md
_Frky
1
-3
/
+3
2018-06-19
All: fix var name to reflect object types
Fabrice Desclaux
3
-6
/
+5
2018-06-19
Cpu: fix bad doc
Fabrice Desclaux
2
-3
/
+3
2018-06-19
Example/ida: use addr to guess arch
Fabrice Desclaux
8
-57
/
+62
2018-06-19
Allow symbolic execution of one instruction in IDA
William Bruneau
1
-1
/
+6
2018-06-19
Arm: fix tipo
Fabrice Desclaux
1
-1
/
+1
2018-06-17
Unify ExprLoc str with LocKey and others
Ajax
2
-5
/
+5
2018-06-16
Example/IDA: fix depgraph api
Fabrice Desclaux
1
-11
/
+11
2018-06-15
X86/sem: simplify pop addr
Fabrice Desclaux
1
-1
/
+1
2018-06-11
Example/upx: fix & updt
Fabrice Desclaux
1
-7
/
+7
2018-06-11
AsmCFG: use higher level API for merge
Ajax
1
-13
/
+10
2018-06-11
DSE: remove useless changes introduced by 61551fa7
Ajax
2
-8
/
+3
2018-06-11
SymbolPool: assert LocKey type in APIs
Ajax
1
-0
/
+2
2018-06-11
Jitter: fix gentoo compilation
Fabrice Desclaux
1
-1
/
+1
2018-06-10
AsmBlock: remove symbol_pool in add_cst
Fabrice Desclaux
4
-35
/
+16
2018-06-10
Jitter: label to_string
Fabrice Desclaux
3
-11
/
+31
2018-06-09
Add XMM0-15 to gpreg_dict[]
acru3l
1
-0
/
+17
2018-06-09
Core: replace AsmLabel by LocKey
Fabrice Desclaux
72
-1798
/
+1983
2018-06-08
Expr: Add new word ExprLoc
Fabrice Desclaux
53
-806
/
+1259
2018-06-04
VirtualProtect: act on multiple pages
Ajax
1
-1
/
+4
2018-06-04
VirtualProtect: get old access *before* setting the new one
Ajax
1
-1
/
+2
2018-05-18
Add a regression test to ensure INT is called each time in a loop
Ajax
1
-2
/
+8
2018-05-18
LLVM: check all CPU exceptions after instruction execution
Ajax
1
-0
/
+3
2018-05-17
Jitter: fix bad block management
Fabrice Desclaux
5
-21
/
+119
2018-05-17
AsmBlock: constant for asmblockbad errno
Fabrice Desclaux
1
-10
/
+29
2018-05-17
Add support for XMM0-15 registers in x86
Ajax
4
-0
/
+105
2018-05-17
Add support for 128 bits operations in VmMngr and GCC outputs
Ajax
7
-44
/
+158
2018-05-16
Test: remove blacklisted test
Ajax
1
-1
/
+0
2018-05-16
Add support for 128 bits udiv/umod/idiv/imod operations for CC jitters
Ajax
2
-0
/
+7
2018-05-16
MSP430: remove duplicate or unused operations implem
Ajax
2
-15
/
+0
2018-05-16
ARM 'clz' op is actually 'cntleadzeros', replace it
Ajax
4
-22
/
+1
2018-05-16
Move umod/udiv/imod/idiv operations to op_semantics
Ajax
12
-159
/
+31
2018-05-16
udiv/umod/idiv/imod: remove unused 'vmcpu' argument
Ajax
8
-58
/
+58
2018-05-16
Update documentation (remove TCC jitter engine)
Ajax
1
-11
/
+2
2018-05-16
Remove TCC jitter engine
Ajax
8
-543
/
+10
2018-05-15
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Ajax
7
-18
/
+18
[next]