| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -236/+0 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -14/+20 |
| | | |||||
| * | API: replace shift_offset by base_address | Fabrice Desclaux | 2019-02-11 | 1 | -2/+2 |
| | | | | | WARNING: base address is the negative of shift_offset | ||||
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 1 | -2/+2 |
| | | |||||
| * | Bin_stream: add get_u8/u16/u32/u64 | Fabrice Desclaux | 2018-10-11 | 1 | -2/+2 |
| | | |||||
| * | Add support for reloc and rebase in ContainerELF | Ajax | 2018-07-24 | 1 | -45/+34 |
| | | |||||
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 1 | -7/+13 |
| | | |||||
| * | Example/ida: use addr to guess arch | Fabrice Desclaux | 2018-06-19 | 1 | -0/+2 |
| | | | | | | Some arch like ARM depends on address in order to determine which attributes have to be used during analysis | ||||
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 1 | -1/+1 |
| | | |||||
| * | Container: add dynsym symbols | Fabrice Desclaux | 2017-03-25 | 1 | -12/+16 |
| | | |||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 1 | -1/+1 |
| | | |||||
| * | Asmbloc: rename asm_symbol_pool to AsmSymbolPool | Fabrice Desclaux | 2017-03-13 | 1 | -3/+3 |
| | | |||||
| * | Introduce Container.symbol_pool, containing container symbols (if any) | Ajax | 2016-03-21 | 1 | -0/+23 |
| | | |||||
| * | Remove unused variables | Ajax | 2016-02-04 | 1 | -3/+2 |
| | | |||||
| * | Analysis: Typo | Ajax | 2015-04-13 | 1 | -1/+1 |
| | | |||||
| * | Remove lazy logging pattern | Ajax | 2015-03-30 | 1 | -2/+2 |
| | | |||||
| * | LoaderPE: Add `guess_arch` and link it to ContainerPE.arch | Ajax | 2015-03-19 | 1 | -2/+4 |
| | | |||||
| * | LoaderELF: Add `guess_arch` and link it to ContainerELF.arch | Ajax | 2015-03-19 | 1 | -1/+5 |
| | | |||||
| * | Container: add a new property: `arch`, the guessed arch from the container | Ajax | 2015-03-19 | 1 | -0/+6 |
| | | |||||
| * | Container: Init attributes with None | Ajax | 2015-03-19 | 1 | -0/+6 |
| | | |||||
| * | analysis: replace wildcard imports | Pierre LALET | 2015-02-18 | 1 | -1/+1 |
| | | |||||
| * | Analysis: Update vm_loads calls, avoid reimplemeting vm_load_pe_libs | Camille Mougey | 2014-12-20 | 1 | -2/+2 |
| | | |||||
| * | Jitter: update API | Fabrice Desclaux | 2014-12-03 | 1 | -2/+7 |
| | | |||||
| * | Container: Refactor in class and subclass for PE, ELF and Unknown | Camille Mougey | 2014-11-03 | 1 | -40/+144 |
| | | |||||
| * | Container: update API with full words | Camille Mougey | 2014-11-03 | 1 | -1/+18 |
| | | |||||
| * | Container: Fix import, refactor file reading | Camille Mougey | 2014-11-03 | 1 | -1/+3 |
| | | |||||
| * | Container: Refactor and comment | Camille Mougey | 2014-11-03 | 1 | -1/+14 |
| | | |||||
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 1 | -3/+3 |
| | | | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem... | ||||
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 1 | -0/+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. | ||||
| * | binary: suppr verbose messages | Fabrice Desclaux | 2014-09-01 | 1 | -1/+1 |
| | | |||||
| * | analysis: add container for elf/pe/str manipulation | Fabrice Desclaux | 2014-08-29 | 1 | -0/+47 |