| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Jitter: add gcc backend | serpilliere | 2016-04-26 | 1 | -0/+4 |
| | | |||||
| * | Add arch aarch64 | Fabrice Desclaux | 2015-08-08 | 1 | -0/+9 |
| | | |||||
| * | Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequence | serpilliere | 2015-04-22 | 1 | -8/+8 |
| | | |||||
| * | Jitter: get/set mem is now wrapped in cpu | serpilliere | 2015-04-22 | 1 | -0/+8 |
| | | | | | | The get/set mem used during jit is wrapped by cpu. This allows cpu object to callback (or not, depending on arch) a cache update. | ||||
| * | Jitter: split VmMngr from JitCpu | serpilliere | 2015-03-10 | 1 | -24/+14 |
| | | |||||
| * | IR: Introduce Translators, an abstraction for IR translation | Camille Mougey | 2014-12-14 | 1 | -0/+1 |
| | | | | | Translators exposes method to convert Miasm IR to others languages | ||||
| * | Jitter: move loader specific code to a submodule | Fabrice Desclaux | 2014-12-03 | 1 | -0/+1 |
| | | |||||
| * | Move os_dep out of the jitter module | Fabrice Desclaux | 2014-10-07 | 1 | -1/+1 |
| | | |||||
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 1 | -0/+8 |
| | | | | | | | | | | | 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. | ||||
| * | Jitter: add mips32l jit | serpilliere | 2014-08-22 | 1 | -27/+18 |
| | | |||||
| * | Jitter: merge jitcoreARCH and vm_mngr | serpilliere | 2014-08-22 | 1 | -3/+24 |
| | | |||||
| * | Add mips32 arch | serpilliere | 2014-08-06 | 1 | -0/+1 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+135 |
| | | | | | | | | | | * 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 | -62/+0 |
| | | |||||
| * | enable miasm installation without tcc | serpilliere | 2012-01-17 | 1 | -25/+58 |
| | | |||||
| * | realease commit | serpilliere | 2011-07-27 | 1 | -0/+29 |