about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-06AARCH64: Explicit flagsFabrice Desclaux2-169/+369
2018-08-06X86: Explicit flagsFabrice Desclaux1-132/+352
2018-08-06ARM: Explicit flagsFabrice Desclaux1-100/+245
2018-08-06Simplifications: add high level to low level reductionFabrice Desclaux2-0/+175
2018-08-06Expression: add CC flagsFabrice Desclaux1-8/+27
2018-08-06Expression: add simplificationFabrice Desclaux1-1/+13
2018-08-06Aarch64: add adc/sbc reg regFabrice Desclaux1-0/+8
2018-08-01Analysis: fix block simp (bad block ref)Fabrice Desclaux1-1/+3
2018-08-01Test: add regression test (bad block ref)Fabrice Desclaux1-0/+53
2018-08-01Analysis: fix block simp (infinite loop)Fabrice Desclaux1-6/+10
2018-08-01Test: add reduce graph test (infinite loop)Fabrice Desclaux1-1/+62
2018-07-26Incorrect ir_mepb.addrsize definitionGuillaume Valadon1-1/+2
2018-07-24Add an example for LinuxEnvironment & Syscall handlingAjax2-0/+98
2018-07-24Add a module for Linux environment simulation + syscallsAjax4-0/+1936
2018-07-24Jitter: add support for SystemV syscall convention (arml / x86_64)Ajax2-0/+16
2018-07-24Add support for reloc and rebase in ContainerELFAjax2-48/+36
2018-07-24ELF Loader: add support for x86 relocs and symbol import in LocDBAjax1-8/+218
2018-07-24LLVMConvert: fix multiple function addition for cntleadAjax1-1/+4
2018-07-19LocationDB: add a name -> offset methodAjax2-0/+17
2018-07-19CPUID: add suport for more cpuid leavesAjax1-6/+54
2018-07-19DisasmEngine: add dis_instrAjax1-0/+14
2018-07-19Expression: fix slice assignmentFabrice Desclaux2-1/+8
2018-07-19Dataflow: do not remote exception_flags in dead_simpFabrice Desclaux1-0/+1
2018-07-18PPC: fix tipoFabrice Desclaux1-1/+1
2018-07-18Aarch64: fix remaining ExprLocFabrice Desclaux1-4/+8
2018-07-18Example: updt apiFabrice Desclaux1-7/+9
2018-07-18Arm/arch: fix set dst for conditional callFabrice Desclaux1-0/+4
2018-07-18Arm: support conditional subcall IRFabrice Desclaux1-3/+28
2018-07-18IR/Analysis: call_effects can add extra blocksFabrice Desclaux6-51/+94
2018-07-17Support of ARM SVC in the Miasm VMAdrien Guinet4-7/+42
2018-07-17Test: add x86 64 asm test 64bit addrFabrice Desclaux2-0/+31
2018-07-17Cpu: fix tipoFabrice Desclaux1-1/+1
2018-07-17X86: fix 64 bit asmFabrice Desclaux1-1/+1
2018-07-16LLVM: use pretty print for instr loggingAjax1-1/+2
2018-07-16TranslatorC: use unsigned long long int in 64 bitsAjax1-1/+4
2018-07-16AsmBlock: avoid underterministic print for next/toAjax1-1/+1
2018-07-13Jitter: use bignumFabrice Desclaux23-389/+1918
2018-07-13Jitter: skip jit import on minimal installFabrice Desclaux1-4/+12
2018-07-13Test: don't reset *all* testsFabrice Desclaux1-1/+0
2018-07-12Toshiba MeP supportGuillaume Valadon56-2/+8914
2018-07-12Fix ARM C function callingAdrien Guinet1-2/+2
2018-07-12IR-Merge-blocks: ensure son is always in blocksAjax1-1/+3
2018-07-12Disasm/Full: fix inversion in output namesAjax1-2/+2
2018-07-10IR: rename DiGraphIR=>IRCFGFabrice Desclaux4-18/+30
2018-07-10Test: add reduce ircfg reg testsFabrice Desclaux2-0/+532
2018-07-10Examples: updt apiFabrice Desclaux2-11/+14
2018-07-10IR: move simplification from ir to data_flowFabrice Desclaux2-138/+260
2018-07-10TestALL: add QEMU sse test for LLVM and GCCAjax1-0/+4
2018-07-10Add support for new SSE operations (based on QEMU i386 test_sse)Ajax1-104/+299
2018-07-10Expression: introduce operation on float (comparision, equality to NaN/sNan/q...Ajax1-0/+77