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
...
|
*
Test: add reduce graph test (infinite loop)
Fabrice Desclaux
2018-08-01
1
-1
/
+62
|
/
*
Merge pull request #803 from commial/feature/linux-env
serpilliere
2018-07-28
16
-63
/
+2393
|
\
|
*
Add an example for LinuxEnvironment & Syscall handling
Ajax
2018-07-24
2
-0
/
+98
|
*
Add a module for Linux environment simulation + syscalls
Ajax
2018-07-24
4
-0
/
+1936
|
*
Jitter: add support for SystemV syscall convention (arml / x86_64)
Ajax
2018-07-24
2
-0
/
+16
|
*
Add support for reloc and rebase in ContainerELF
Ajax
2018-07-24
2
-48
/
+36
|
*
ELF Loader: add support for x86 relocs and symbol import in LocDB
Ajax
2018-07-24
1
-8
/
+218
|
*
LLVMConvert: fix multiple function addition for cntlead
Ajax
2018-07-24
1
-1
/
+4
|
*
LocationDB: add a name -> offset method
Ajax
2018-07-19
2
-0
/
+17
|
*
CPUID: add suport for more cpuid leaves
Ajax
2018-07-19
1
-6
/
+54
|
*
DisasmEngine: add dis_instr
Ajax
2018-07-19
1
-0
/
+14
*
|
Merge pull request #812 from guedou/mepl_addrsize
Camille Mougey
2018-07-26
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Incorrect ir_mepb.addrsize definition
Guillaume Valadon
2018-07-26
1
-1
/
+2
|
/
*
Merge pull request #809 from serpilliere/fix_expr_aff_single_slice
Camille Mougey
2018-07-19
2
-1
/
+8
|
\
|
*
Expression: fix slice assignment
Fabrice Desclaux
2018-07-19
2
-1
/
+8
|
/
*
Merge pull request #808 from serpilliere/fix_ppc_sem
Camille Mougey
2018-07-19
1
-1
/
+1
|
\
|
*
PPC: fix tipo
Fabrice Desclaux
2018-07-18
1
-1
/
+1
*
|
Merge pull request #810 from serpilliere/fix_dead_simp
Camille Mougey
2018-07-19
1
-0
/
+1
|
\
\
|
*
|
Dataflow: do not remote exception_flags in dead_simp
Fabrice Desclaux
2018-07-19
1
-0
/
+1
|
/
/
*
|
Merge pull request #807 from serpilliere/fix_aarch64_sem
Camille Mougey
2018-07-18
1
-4
/
+8
|
\
\
|
*
|
Aarch64: fix remaining ExprLoc
Fabrice Desclaux
2018-07-18
1
-4
/
+8
|
|
/
*
|
Merge pull request #802 from serpilliere/fix_x86_asm_64
Camille Mougey
2018-07-18
4
-2
/
+33
|
\
\
|
*
|
Test: add x86 64 asm test 64bit addr
Fabrice Desclaux
2018-07-17
2
-0
/
+31
|
*
|
Cpu: fix tipo
Fabrice Desclaux
2018-07-17
1
-1
/
+1
|
*
|
X86: fix 64 bit asm
Fabrice Desclaux
2018-07-17
1
-1
/
+1
*
|
|
Merge pull request #805 from serpilliere/fix_call_effects_arm
Camille Mougey
2018-07-18
7
-53
/
+125
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Arm/arch: fix set dst for conditional call
Fabrice Desclaux
2018-07-18
1
-0
/
+4
|
*
|
Arm: support conditional subcall IR
Fabrice Desclaux
2018-07-18
1
-3
/
+28
|
*
|
IR/Analysis: call_effects can add extra blocks
Fabrice Desclaux
2018-07-18
6
-51
/
+94
*
|
|
Merge pull request #806 from serpilliere/fix_ida_example
Camille Mougey
2018-07-18
1
-7
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Example: updt api
Fabrice Desclaux
2018-07-18
1
-7
/
+9
|
/
/
*
|
Merge pull request #804 from aguinet/feature/arm_svc
serpilliere
2018-07-17
4
-7
/
+42
|
\
\
|
*
|
Support of ARM SVC in the Miasm VM
Adrien Guinet
2018-07-17
4
-7
/
+42
|
/
/
*
|
Merge pull request #801 from commial/fix/jitter-fixes
serpilliere
2018-07-17
3
-3
/
+7
|
\
\
|
*
|
LLVM: use pretty print for instr logging
Ajax
2018-07-16
1
-1
/
+2
|
*
|
TranslatorC: use unsigned long long int in 64 bits
Ajax
2018-07-16
1
-1
/
+4
|
*
|
AsmBlock: avoid underterministic print for next/to
Ajax
2018-07-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #800 from serpilliere/jit_bignum
Camille Mougey
2018-07-16
23
-389
/
+1918
|
\
\
|
|
/
|
/
|
|
*
Jitter: use bignum
Fabrice Desclaux
2018-07-13
23
-389
/
+1918
|
/
*
Merge pull request #799 from serpilliere/fix_mep_jit_import
Camille Mougey
2018-07-13
1
-4
/
+12
|
\
|
*
Jitter: skip jit import on minimal install
Fabrice Desclaux
2018-07-13
1
-4
/
+12
*
|
Merge pull request #798 from serpilliere/fix_tests
Caroline Leman
2018-07-13
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Test: don't reset *all* tests
Fabrice Desclaux
2018-07-13
1
-1
/
+0
|
/
*
Merge pull request #763 from guedou/Toshiba_MeP-c4
serpilliere
2018-07-13
56
-2
/
+8914
|
\
|
*
Toshiba MeP support
Guillaume Valadon
2018-07-12
56
-2
/
+8914
|
/
*
Merge pull request #797 from aguinet/fix/arm_call
serpilliere
2018-07-12
1
-2
/
+2
|
\
|
*
Fix ARM C function calling
Adrien Guinet
2018-07-12
1
-2
/
+2
|
/
*
Merge pull request #796 from commial/fix/merge_block
serpilliere
2018-07-12
2
-3
/
+5
|
\
|
*
IR-Merge-blocks: ensure son is always in blocks
Ajax
2018-07-12
1
-1
/
+3
|
*
Disasm/Full: fix inversion in output names
Ajax
2018-07-12
1
-2
/
+2
|
/
[prev]
[next]