| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more used | Camille Mougey | 2015-01-26 | 1 | -9/+3 | |
| | | ||||||
| * | Core/ASMBloc: resolve_symbol now returns only the resolved blocs | Camille Mougey | 2015-01-26 | 1 | -21/+17 | |
| | | ||||||
| * | Core/ASMBloc: Linting | Camille Mougey | 2015-01-26 | 1 | -29/+12 | |
| | | ||||||
| * | Graph: add dominators computation | Fabrice Desclaux | 2015-01-18 | 1 | -0/+52 | |
| | | ||||||
| * | Add docstring/Fix variable name | Fabrice Desclaux | 2015-01-09 | 1 | -7/+10 | |
| | | ||||||
| * | Graph: Add get_all_parents/del_node | Fabrice Desclaux | 2015-01-09 | 1 | -0/+22 | |
| | | ||||||
| * | BinStream: Unify BinStreams location | Camille Mougey | 2014-12-03 | 1 | -0/+32 | |
| | | ||||||
| * | Add IDA bin_stream | Fabrice Desclaux | 2014-12-03 | 1 | -0/+41 | |
| | | ||||||
| * | asmbloc: remove un needed mode in asm function | Fabrice Desclaux | 2014-10-08 | 1 | -8/+7 | |
| | | ||||||
| * | Asmbloc: fix bloc2graph tipo (tx to Jerome Marty) | Fabrice Desclaux | 2014-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | core/cpu: move bs8 | Fabrice Desclaux | 2014-09-11 | 1 | -0/+9 | |
| | | ||||||
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 1 | -2/+1 | |
| | | | | | | | | | | | 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. | |||||
| * | jit: move code into arch directory | serpilliere | 2014-08-21 | 1 | -0/+4 | |
| | | ||||||
| * | Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytes | serpilliere | 2014-08-21 | 1 | -8/+8 | |
| | | ||||||
| * | bin_stream: fix bin_stream len test | serpilliere | 2014-08-21 | 1 | -5/+4 | |
| | | ||||||
| * | Add mips32 arch | serpilliere | 2014-08-06 | 1 | -0/+17 | |
| | | ||||||
| * | cpu/arch: arg2str moved in instruction class | serpilliere | 2014-08-05 | 1 | -45/+7 | |
| | | ||||||
| * | Arch: remove debug output | serpilliere | 2014-07-10 | 1 | -2/+1 | |
| | | ||||||
| * | Core/parse: allow the use of labels in data declaration | serpilliere | 2014-07-09 | 3 | -29/+88 | |
| | | | | | | | | Ex: toto: .long main - toto .long main ^ toto + 2 | |||||
| * | Utils: missing pack struct | serpilliere | 2014-07-09 | 1 | -0/+7 | |
| | | ||||||
| * | Core: $ symbol can be customized for relative offset tricks | serpilliere | 2014-07-03 | 2 | -26/+8 | |
| | | | | | | | | For exemple, in arm: LDR R1, [PC, label-$] Here, $ will be replaced by label - (offset + 8) So R1 will be loaded by dword at address label | |||||
| * | cpu: continue remove some lambda (to allow pickling) | serpilliere | 2014-06-25 | 1 | -2/+0 | |
| | | ||||||
| * | bin_stream: wrap is_addr_in to allow bs pickling | serpilliere | 2014-06-25 | 1 | -4/+3 | |
| | | ||||||
| * | Cpu: remove unsused var; dis/fromstring default attrib is none | serpilliere | 2014-06-25 | 1 | -9/+9 | |
| | | ||||||
| * | Asmbloc: fix get_flow_instr for non zero delayslot arch | serpilliere | 2014-06-24 | 1 | -0/+2 | |
| | | ||||||
| * | Cpu: bs_mod_name accept dict | serpilliere | 2014-06-24 | 1 | -1/+7 | |
| | | ||||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 8 | -0/+4031 | |
| * 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 ! | ||||||