| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Example: Update expr_translate to use Miasm translator and take in account #23 | Camille Mougey | 2014-12-16 | 1 | -12/+13 |
| | | |||||
| * | Example: Add a new example using C & Python translation | Camille Mougey | 2014-12-14 | 1 | -0/+42 |
| | | |||||
| * | Example: Add an example for ExprRandom | Camille Mougey | 2014-12-10 | 1 | -0/+30 |
| | | |||||
| * | UnpackUPX: remove unused variable | Camille Mougey | 2014-12-03 | 1 | -3/+2 |
| | | |||||
| * | UnpackUPX: reorganize import, remove useless ones | Camille Mougey | 2014-12-03 | 1 | -4/+3 |
| | | |||||
| * | Jitter: update API | Fabrice Desclaux | 2014-12-03 | 4 | -4/+4 |
| | | |||||
| * | Update test_ida to use bin_stream_ida | Fabrice Desclaux | 2014-12-03 | 1 | -61/+25 |
| | | |||||
| * | TestDis: fix imports | Camille Mougey | 2014-11-03 | 2 | -6/+2 |
| | | |||||
| * | TestDis: update example to use Container | Camille Mougey | 2014-11-03 | 2 | -35/+9 |
| | | |||||
| * | Reg test: add arm jit little/big endian | Fabrice Desclaux | 2014-10-09 | 3 | -6/+49 |
| | | |||||
| * | Arch/jit: add endianess support jitters | Fabrice Desclaux | 2014-10-09 | 6 | -39/+52 |
| | | |||||
| * | asmbloc: remove un needed mode in asm function | Fabrice Desclaux | 2014-10-08 | 12 | -22/+33 |
| | | |||||
| * | Sandbox: add arm arch | Fabrice Desclaux | 2014-10-07 | 1 | -54/+18 |
| | | |||||
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 5 | -13/+13 |
| | | | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem... | ||||
| * | Example: Update example descriptions | ajax | 2014-10-02 | 2 | -2/+2 |
| | | |||||
| * | UnpackUPX: myjit -> jitter | ajax | 2014-10-02 | 1 | -7/+7 |
| | | |||||
| * | merge | Fabrice Desclaux | 2014-10-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Test: remove unused lib file | Fabrice Desclaux | 2014-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Example: sandbox_pe to diet | Fabrice Desclaux | 2014-10-02 | 2 | -134/+12 |
| | | | |||||
| * | | Example: update upx and gen | Fabrice Desclaux | 2014-10-02 | 2 | -285/+74 |
| |/ | |||||
| * | 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 ! | ||||