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
/
expression
/
expression_helper.py
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2018-08-06
Simplifications: add common hl reductions
Fabrice Desclaux
2
-4
/
+355
2018-08-06
MEP: fix signext in disasm
Fabrice Desclaux
1
-2
/
+3
2018-08-06
LLVM: zero/sign ext support
Fabrice Desclaux
1
-0
/
+22
2018-08-06
Test: fix arm regression tests
Fabrice Desclaux
1
-267
/
+267
2018-08-06
ARM: add msr/mrs for eflag
Fabrice Desclaux
1
-0
/
+31
2018-08-06
Test: add simplification reg tests
Fabrice Desclaux
1
-11
/
+20
2018-08-06
Symbexec: Use simplifier with high level in symbexec
Fabrice Desclaux
6
-17
/
+32
2018-08-06
Codegen: simplify high level op
Fabrice Desclaux
1
-0
/
+8
2018-08-06
IR: simplify block cb
Fabrice Desclaux
1
-0
/
+15
2018-08-06
Analysis: fix tipo
Fabrice Desclaux
1
-1
/
+1
2018-08-06
Analysis: add remove phi
Fabrice Desclaux
1
-0
/
+118
2018-08-06
Analysis: add ssa to defuse
Fabrice Desclaux
1
-2
/
+255
2018-08-06
Graph: add reachable stop node
Fabrice Desclaux
1
-0
/
+18
2018-08-06
Analysis/SSA: fix analysis with missing blocks
Fabrice Desclaux
1
-0
/
+2
2018-08-06
Translator/C: add zero/sign extend
Fabrice Desclaux
1
-1
/
+23
2018-08-06
AARCH64: Explicit flags
Fabrice Desclaux
2
-169
/
+369
2018-08-06
X86: Explicit flags
Fabrice Desclaux
1
-132
/
+352
2018-08-06
ARM: Explicit flags
Fabrice Desclaux
1
-100
/
+245
2018-08-06
Simplifications: add high level to low level reduction
Fabrice Desclaux
2
-0
/
+175
2018-08-06
Expression: add CC flags
Fabrice Desclaux
1
-8
/
+27
2018-08-06
Expression: add simplification
Fabrice Desclaux
1
-1
/
+13
2018-08-06
Aarch64: add adc/sbc reg reg
Fabrice Desclaux
1
-0
/
+8
2018-08-01
Analysis: fix block simp (bad block ref)
Fabrice Desclaux
1
-1
/
+3
2018-08-01
Test: add regression test (bad block ref)
Fabrice Desclaux
1
-0
/
+53
2018-08-01
Analysis: fix block simp (infinite loop)
Fabrice Desclaux
1
-6
/
+10
2018-08-01
Test: add reduce graph test (infinite loop)
Fabrice Desclaux
1
-1
/
+62
2018-07-26
Incorrect ir_mepb.addrsize definition
Guillaume Valadon
1
-1
/
+2
2018-07-24
Add an example for LinuxEnvironment & Syscall handling
Ajax
2
-0
/
+98
2018-07-24
Add a module for Linux environment simulation + syscalls
Ajax
4
-0
/
+1936
2018-07-24
Jitter: add support for SystemV syscall convention (arml / x86_64)
Ajax
2
-0
/
+16
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
CPUID is set to let Miasm run libc with supported instruction
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
[next]