| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Arm: fixdstoffset computation, add asm reg test | Fabrice Desclaux | 2014-09-29 | 1 | -0/+79 |
| | | |||||
| * | Example: Add Unpack_Gen, a skeleton for unpacking scripts | ajax | 2014-09-24 | 1 | -0/+168 |
| | | |||||
| * | Example: Add an example of a simplification registering | Camille Mougey | 2014-09-19 | 1 | -0/+51 |
| | | |||||
| * | Expression examples: Rename examples with meaningfull names | Camille Mougey | 2014-09-19 | 7 | -0/+0 |
| | | |||||
| * | Test Symbexec: no more supported | Camille Mougey | 2014-09-19 | 1 | -141/+0 |
| | | |||||
| * | merge | Fabrice Desclaux | 2014-09-19 | 1 | -5/+1 |
| | | |||||
| * | x86 sem: fix sar/shr multiple irdst | Fabrice Desclaux | 2014-09-05 | 1 | -0/+8 |
| | | |||||
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 9 | -110/+137 |
| | | | | | | | | | | | Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon. | ||||
| * | mips example: modify example for reg tests | Fabrice Desclaux | 2014-09-02 | 2 | -6/+8 |
| | | |||||
| * | ir: move float declaration by arch; clean ir2c | serpilliere | 2014-08-28 | 1 | -0/+8 |
| | | |||||
| * | jittcc: free tcc_states on jit del | serpilliere | 2014-08-26 | 2 | -1/+7 |
| | | |||||
| * | mips: missing file | serpilliere | 2014-08-25 | 1 | -0/+72 |
| | | |||||
| * | mips: missing file | serpilliere | 2014-08-25 | 1 | -0/+56 |
| | | |||||
| * | Test: add msp430 asm/dis/jit | serpilliere | 2014-08-21 | 2 | -0/+125 |
| | | |||||
| * | fix unpack upx example with machine | serpilliere | 2014-08-21 | 1 | -5/+5 |
| | | |||||
| * | test_dis: elf/pe fail fallback to raw mode | serpilliere | 2014-08-21 | 1 | -7/+13 |
| | | |||||
| * | Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytes | serpilliere | 2014-08-21 | 1 | -0/+3 |
| | | |||||
| * | test dis: offset set input to raw | serpilliere | 2014-08-21 | 1 | -4/+4 |
| | | |||||
| * | Sandbox: use machine.gdbserver | CM | 2014-08-20 | 1 | -3/+4 |
| | | |||||
| * | Example: Update example to use machine | CM | 2014-08-20 | 3 | -13/+10 |
| | | |||||
| * | Test_dis: use Machine API, remove unused import & variables | CM | 2014-08-20 | 1 | -46/+4 |
| | | |||||
| * | Add mips32 arch | serpilliere | 2014-08-06 | 2 | -0/+14 |
| | | |||||
| * | X86; fix disasm cb transformation call/pop | serpilliere | 2014-07-21 | 1 | -0/+3 |
| | | |||||
| * | Arm: improve arm example | serpilliere | 2014-07-09 | 1 | -1/+4 |
| | | |||||
| * | Arm: add asm exmaple using $ | serpilliere | 2014-07-03 | 1 | -1/+7 |
| | | |||||
| * | test_ida: fix getbytes with databases using address > 7FFFFFFF | serpilliere | 2014-06-26 | 1 | -2/+4 |
| | | |||||
| * | Example: Update Test Jit x86_32: OptParse -> ArgParse, "--jitter" argument | ajax | 2014-06-14 | 1 | -12/+9 |
| | | |||||
| * | Test: Add LLVM jitter in md5_arm example | ajax | 2014-06-13 | 1 | -1/+1 |
| | | |||||
| * | test_ida: fix missing import | serpilliere | 2014-06-04 | 1 | -0/+1 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 36 | -0/+2776 |
| | | | | | | | | | | * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy ! | ||||
| * | Send miasm v1 to hell | serpilliere | 2014-06-03 | 24 | -1945/+0 |
| | | |||||
| * | fix upx with dll | serpilliere | 2013-03-11 | 1 | -6/+9 |
| | | |||||
| * | pe_helper: fix export; mod canon; to_c_helper: add resource parser opt | serpilliere | 2013-01-10 | 1 | -1/+1 |
| | | |||||
| * | rewrite expression visitor; expr_simp | serpilliere | 2012-12-19 | 1 | -58/+77 |
| | | |||||
| * | parse_asm: clean space; fix examples asm_bloc api | serpilliere | 2012-12-03 | 3 | -4/+4 |
| | | |||||
| * | core: add api set_offset for asm_label (louis granboulan) | serpilliere | 2012-12-03 | 1 | -1/+1 |
| | | |||||
| * | core: fix add_label api for asm_bloc (louis granboulan) | serpilliere | 2012-12-03 | 3 | -3/+3 |
| | | |||||
| * | eval_abs: fix mem lookup; ia32_sem: gen ia32info | serpilliere | 2012-07-31 | 2 | -4/+4 |
| | | |||||
| * | white space cleanup | serpilliere | 2012-07-29 | 1 | -9/+11 |
| | | |||||
| * | expression_helper: fix exprcompose simplification | serpilliere | 2012-07-04 | 1 | -0/+5 |
| | | |||||
| * | tools: add modint; remove numpy dependency | serpilliere | 2012-06-21 | 1 | -0/+2 |
| | | |||||
| * | expression_helper: add exprcond simpl | serpilliere | 2012-06-21 | 1 | -1/+6 |
| | | |||||
| * | example: rem dup code | serpilliere | 2012-06-20 | 1 | -4/+1 |
| | | |||||
| * | example: add binary in example | serpilliere | 2012-06-16 | 1 | -0/+0 |
| | | |||||
| * | example: updt sandbox_elf | serpilliere | 2012-06-16 | 1 | -35/+38 |
| | | |||||
| * | expression: move test case in example; WARNING: - operator is now unary; ↵ | serpilliere | 2012-06-13 | 1 | -0/+107 |
| | | | | | +*\&... are n-aire | ||||
| * | expression: replace reload_expr with replace_expr using visitor | serpilliere | 2012-06-12 | 1 | -3/+3 |
| | | |||||
| * | tipo world | serpilliere | 2012-05-30 | 1 | -1/+1 |
| | | |||||
| * | exemple: add toy unpacker | serpilliere | 2012-05-22 | 1 | -0/+89 |
| | | |||||
| * | merge | serpilliere | 2012-05-09 | 3 | -23/+112 |
| |\ | |||||