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
/
asm
/
shellcode.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
Add support for reloc and rebase in ContainerELF
Ajax
2
-48
/
+36
2018-07-24
ELF Loader: add support for x86 relocs and symbol import in LocDB
Ajax
1
-8
/
+218
2018-07-24
LLVMConvert: fix multiple function addition for cntlead
Ajax
1
-1
/
+4
2018-07-19
LocationDB: add a name -> offset method
Ajax
2
-0
/
+17
2018-07-19
CPUID: add suport for more cpuid leaves
Ajax
1
-6
/
+54
2018-07-19
DisasmEngine: add dis_instr
Ajax
1
-0
/
+14
2018-07-19
Expression: fix slice assignment
Fabrice Desclaux
2
-1
/
+8
2018-07-19
Dataflow: do not remote exception_flags in dead_simp
Fabrice Desclaux
1
-0
/
+1
2018-07-18
PPC: fix tipo
Fabrice Desclaux
1
-1
/
+1
2018-07-18
Aarch64: fix remaining ExprLoc
Fabrice Desclaux
1
-4
/
+8
2018-07-18
Example: updt api
Fabrice Desclaux
1
-7
/
+9
2018-07-18
Arm/arch: fix set dst for conditional call
Fabrice Desclaux
1
-0
/
+4
2018-07-18
Arm: support conditional subcall IR
Fabrice Desclaux
1
-3
/
+28
2018-07-18
IR/Analysis: call_effects can add extra blocks
Fabrice Desclaux
6
-51
/
+94
2018-07-17
Support of ARM SVC in the Miasm VM
Adrien Guinet
4
-7
/
+42
2018-07-17
Test: add x86 64 asm test 64bit addr
Fabrice Desclaux
2
-0
/
+31
2018-07-17
Cpu: fix tipo
Fabrice Desclaux
1
-1
/
+1
2018-07-17
X86: fix 64 bit asm
Fabrice Desclaux
1
-1
/
+1
2018-07-16
LLVM: use pretty print for instr logging
Ajax
1
-1
/
+2
2018-07-16
TranslatorC: use unsigned long long int in 64 bits
Ajax
1
-1
/
+4
2018-07-16
AsmBlock: avoid underterministic print for next/to
Ajax
1
-1
/
+1
2018-07-13
Jitter: use bignum
Fabrice Desclaux
23
-389
/
+1918
2018-07-13
Jitter: skip jit import on minimal install
Fabrice Desclaux
1
-4
/
+12
2018-07-13
Test: don't reset *all* tests
Fabrice Desclaux
1
-1
/
+0
2018-07-12
Toshiba MeP support
Guillaume Valadon
56
-2
/
+8914
2018-07-12
Fix ARM C function calling
Adrien Guinet
1
-2
/
+2
2018-07-12
IR-Merge-blocks: ensure son is always in blocks
Ajax
1
-1
/
+3
2018-07-12
Disasm/Full: fix inversion in output names
Ajax
1
-2
/
+2
2018-07-10
IR: rename DiGraphIR=>IRCFG
Fabrice Desclaux
4
-18
/
+30
2018-07-10
Test: add reduce ircfg reg tests
Fabrice Desclaux
2
-0
/
+532
2018-07-10
Examples: updt api
Fabrice Desclaux
2
-11
/
+14
2018-07-10
IR: move simplification from ir to data_flow
Fabrice Desclaux
2
-138
/
+260
2018-07-10
TestALL: add QEMU sse test for LLVM and GCC
Ajax
1
-0
/
+4
2018-07-10
Add support for new SSE operations (based on QEMU i386 test_sse)
Ajax
1
-104
/
+299
2018-07-10
Expression: introduce operation on float (comparision, equality to NaN/sNan/q...
Ajax
1
-0
/
+77
2018-07-10
Add the new float ops support for the C jitter and fix old ones
Ajax
1
-15
/
+146
2018-07-10
Add the new float ops support for the C jitter
Ajax
3
-138
/
+195
2018-07-10
Introduce the new float notation and operations for x86 semantic
Ajax
2
-114
/
+89
2018-07-10
JitCore x86: use uint64_t instead of double to store float_st*
Ajax
1
-8
/
+8
2018-07-10
Add new SSE instruction description and updates old ones
Ajax
2
-15
/
+111
2018-07-10
TranslatorC: for uncommon size, use at least uint8
Ajax
1
-2
/
+2
2018-07-09
SSA: add tests
Fabrice Desclaux
1
-2
/
+2
2018-07-09
Analysis: Add SSA transformation
Tim Blazytko
3
-0
/
+603
2018-07-05
Example: fix defuse
Fabrice Desclaux
1
-1
/
+1
2018-07-05
Example/ida: fix dg
Fabrice Desclaux
1
-6
/
+6
2018-07-05
README: add python console coloration
Ajax
1
-30
/
+30
2018-07-05
IR: pretty print irblocs
Fabrice Desclaux
1
-16
/
+42
2018-07-05
IR: gen ircfg from ir_arch
Fabrice Desclaux
37
-770
/
+1017
2018-07-05
IR: split ir/digraph
Fabrice Desclaux
2
-256
/
+254
2018-07-05
IR: remove default regs_init for symbexec
Fabrice Desclaux
13
-150
/
+247
[next]