| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Example: Move and rename the IDA example to a specific example subdir | Camille Mougey | 2015-01-23 | 1 | -382/+0 |
| | | |||||
| * | Update test_ida to use bin_stream_ida | Fabrice Desclaux | 2014-12-03 | 1 | -61/+25 |
| | | |||||
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 1 | -37/+37 |
| | | | | | | | | | | | 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. | ||||
| * | Add mips32 arch | serpilliere | 2014-08-06 | 1 | -0/+6 |
| | | |||||
| * | test_ida: fix getbytes with databases using address > 7FFFFFFF | serpilliere | 2014-06-26 | 1 | -2/+4 |
| | | |||||
| * | test_ida: fix missing import | serpilliere | 2014-06-04 | 1 | -0/+1 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+409 |
| * 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 ! | |||||