| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Example: Move asm's examples to a `asm` directory | Camille Mougey | 2015-01-23 | 1 | -88/+0 |
| | | |||||
| * | Example/Asm_x86: Reorganize and remove unused imports | Camille Mougey | 2015-01-23 | 1 | -4/+4 |
| | | |||||
| * | asmbloc: remove un needed mode in asm function | Fabrice Desclaux | 2014-10-08 | 1 | -1/+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 | 1 | -19/+41 |
| | | | | | | | | | | | 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. | ||||
| * | ir: move float declaration by arch; clean ir2c | serpilliere | 2014-08-28 | 1 | -0/+8 |
| | | |||||
| * | X86; fix disasm cb transformation call/pop | serpilliere | 2014-07-21 | 1 | -0/+3 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+47 |
| | | | | | | | | | | * 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 | 1 | -80/+0 |
| | | |||||
| * | parse_asm: clean space; fix examples asm_bloc api | serpilliere | 2012-12-03 | 1 | -1/+1 |
| | | |||||
| * | core: add api set_offset for asm_label (louis granboulan) | serpilliere | 2012-12-03 | 1 | -1/+1 |
| | | |||||
| * | example: add asm box | serpilliere | 2012-03-20 | 1 | -2/+5 |
| | | |||||
| * | fix x86_asm ep | serpilliere | 2011-09-05 | 1 | -1/+2 |
| | | |||||
| * | realease commit | serpilliere | 2011-07-27 | 1 | -0/+76 |