| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix html; Add reg test | Fabrice Desclaux | 2021-12-06 | 1 | -0/+1 |
| | | |||||
| * | Update api according to loc_db update | Fabrice Desclaux | 2020-08-31 | 1 | -2/+2 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 1 | -5/+6 |
| | | |||||
| * | Add test cases and fix args order | IridiumXOR | 2020-05-22 | 1 | -0/+21 |
| | | |||||
| * | Add new MIPS opcodes (#1203) | IridiumXOR | 2020-04-29 | 1 | -0/+17 |
| | | | | | | * Add new MIPS opcodes * Add test for new opcodes and remove semantics for not implemented opcodes | ||||
| * | Rename elfesteem loader | Fabrice Desclaux | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Include elfesteem fork in miasm | Pierre LALET | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 2 | -9/+9 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 2 | -9/+13 |
| | | |||||
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 2 | -7/+7 |
| | | |||||
| * | Code cleaning: remove useless / commented code | Ajax | 2018-06-21 | 1 | -4/+0 |
| | | |||||
| * | Jitter: add simple trace api | Fabrice Desclaux | 2018-06-21 | 1 | -3/+0 |
| | | |||||
| * | Core: updt parser structure | Fabrice Desclaux | 2018-05-14 | 2 | -3/+5 |
| | | |||||
| * | Remove absolute sys.path | Ajax | 2017-04-24 | 1 | -3/+0 |
| | | |||||
| * | Remove PYTHONSTARTUP in end-user scripts | Ajax | 2017-04-24 | 1 | -8/+1 |
| | | |||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 1 | -2/+2 |
| | | |||||
| * | All: rename vars bloc -> block | Fabrice Desclaux | 2017-03-13 | 1 | -3/+3 |
| | | |||||
| * | Core/cpu: change ParseAst name | Fabrice Desclaux | 2017-02-13 | 1 | -1/+1 |
| | | |||||
| * | these files are not top level executables, adapt | Aymeric Vincent | 2017-01-05 | 1 | -8/+0 |
| | | |||||
| * | use python2 as executable name, give adequate permissions | Aymeric Vincent | 2017-01-05 | 1 | -1/+2 |
| | | |||||
| * | Test: TCC conditional tests | serpilliere | 2016-04-26 | 2 | -3/+5 |
| | | |||||
| * | Core/parse_asm: update parse_txt API use | serpilliere | 2015-10-29 | 1 | -1/+1 |
| | | |||||
| * | Test/mips/unit: add jcc tests | Fabrice Desclaux | 2015-10-27 | 2 | -0/+98 |
| | | |||||
| * | Cpu: modify instructions' offset relative encoding | Fabrice Desclaux | 2015-04-01 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | The assembler will automatically use instruction len in offset computation In the following instruction: 0x10: EB 02 JMP 0x14 If we assemble this instruction, the requested instruction send to the assembler engine will be: JMP +0x4 And will be encoded to: EB 02 Previously, the assembly of: JMP +0x4 was: EB 04 | ||||
| * | merge | Fabrice Desclaux | 2014-09-19 | 1 | -0/+2 |
| | | |||||
| * | mips: add ei/ehb (dummy semantic) | Fabrice Desclaux | 2014-09-15 | 1 | -0/+2 |
| | | |||||
| * | mips32: add ldc1 | serpilliere | 2014-08-28 | 1 | -0/+2 |
| | | |||||
| * | Jitter: add mips32l jit | serpilliere | 2014-08-22 | 1 | -1/+1 |
| | | |||||
| * | mips32: add mnemo JAL/MOVZ | serpilliere | 2014-08-21 | 1 | -0/+4 |
| | | |||||
| * | mips32: little/big endian is now an attrib | serpilliere | 2014-08-21 | 1 | -3/+3 |
| | | |||||
| * | Add mips32 arch | serpilliere | 2014-08-06 | 1 | -0/+237 |