| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Graph: add discard_edge | Fabrice Desclaux | 2017-04-21 | 1 | -0/+5 |
| | | |||||
| * | Use non-deprecated ExprInt form in sembuilder | Ajax | 2017-03-30 | 1 | -5/+6 |
| | | |||||
| * | Replace ExprInt[num](x) -> ExprInt(x, num) | Ajax | 2017-03-30 | 1 | -5/+5 |
| | | |||||
| * | Core/asmblock: rename asmbloc_final to asmblock_final | Fabrice Desclaux | 2017-03-13 | 1 | -2/+9 |
| | | |||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 4 | -1575/+1585 |
| | | |||||
| * | Asmbloc: rename asm_constraint[to/next] to AsmConstraint[To/Next] | Fabrice Desclaux | 2017-03-13 | 1 | -5/+18 |
| | | |||||
| * | Asmbloc: rename asm_constraint to AsmConstraint | Fabrice Desclaux | 2017-03-13 | 2 | -28/+35 |
| | | |||||
| * | Asmbloc: rename asm_raw to AsmRaw | Fabrice Desclaux | 2017-03-13 | 2 | -10/+17 |
| | | |||||
| * | Asmbloc: rename asm_symbol_pool to AsmSymbolPool | Fabrice Desclaux | 2017-03-13 | 2 | -7/+14 |
| | | |||||
| * | Asmbloc: rename asm_label to AsmLabel | Fabrice Desclaux | 2017-03-13 | 3 | -19/+25 |
| | | |||||
| * | Asmbloc: rename asm_block_bad to AsmBlockBad | Fabrice Desclaux | 2017-03-13 | 1 | -15/+22 |
| | | |||||
| * | Asmbloc: rename asm_bloc to AsmBlock | Fabrice Desclaux | 2017-03-13 | 2 | -19/+27 |
| | | |||||
| * | IR/ir: rename irbloc to IRBlock | Fabrice Desclaux | 2017-03-13 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #496 from commial/feature/expr_range | serpilliere | 2017-02-22 | 1 | -0/+8 |
| |\ | | | | | Feature/expr range | ||||
| | * | Interval: add .length computation | Ajax | 2017-02-13 | 1 | -0/+8 |
| | | | |||||
| * | | Core: add C manipulators | Fabrice Desclaux | 2017-02-17 | 2 | -0/+1655 |
| |/ | | | | This module implements C basic manipulators. | ||||
| * | Core/cpu: change ParseAst name | Fabrice Desclaux | 2017-02-13 | 2 | -6/+6 |
| | | |||||
| * | Core/cpu: '_' label | Fabrice Desclaux | 2017-02-13 | 1 | -0/+6 |
| | | | | | Use '_' in assembly to reference address next to current instruction | ||||
| * | Core/cpu: improve asm fromstring | Fabrice Desclaux | 2017-02-13 | 1 | -72/+111 |
| | | | | | | Determine label/integer sizes using context Default size in other cases | ||||
| * | Asmbloc: Fix AsmCfg str | Fabrice Desclaux | 2017-02-07 | 1 | -0/+10 |
| | | |||||
| * | remove #! command line on files not supposed to be run at top level | Aymeric Vincent | 2017-01-05 | 3 | -3/+0 |
| | | |||||
| * | Raise with a more helpful message on multiple disassemblies | Aymeric Vincent | 2017-01-03 | 1 | -2/+2 |
| | | |||||
| * | Expr: Remove exprint_from | Fabrice Desclaux | 2016-12-23 | 2 | -2/+2 |
| | | |||||
| * | add dont_dis_retcall_funcs set to disasmEngine for non-returning functions | Aymeric Vincent | 2016-11-21 | 1 | -0/+5 |
| | | |||||
| * | ExprCompose: update api | Fabrice Desclaux | 2016-11-04 | 1 | -13/+2 |
| | | |||||
| * | ExprCompose: add new api | Fabrice Desclaux | 2016-11-04 | 1 | -1/+1 |
| | | | | | | | | The ExprComposes uses directly its arguments sizes to guess the slices locations. Old api: ExprCompose([(a, 0, 32), (b, 32, 64)]) becomes: ExprCompose(a, b) | ||||
| * | Expression: Use singleton pattern for Expression | serpilliere | 2016-11-04 | 1 | -3/+3 |
| | | | | | | | | | | Start the transformation of Expression into immutable. Multiple problems were present in Expression class. One of them was comparison done through hash, which could generate collisions. The attributes is_simp/is_canon where linked to the instance, and could not survive to expression simplification. | ||||
| * | Update int(XX.arg) -> int(XX) | Ajax | 2016-09-16 | 1 | -3/+3 |
| | | |||||
| * | Handle Elfesteem ValueError on 'get' | Ajax | 2016-06-16 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #342 from fmonjalet/fix_types | serpilliere | 2016-04-19 | 1 | -17/+39 |
| |\ | | | | | Fix miasm2.core.types API | ||||
| | * | Types: Ptr.dst_type is now a Type rather than a MemType | Florent Monjalet | 2016-03-15 | 1 | -10/+13 |
| | | | | | | | | | Makes for a more coherent API | ||||
| | * | Types: handle MemType as argument to Array constructor | Florent Monjalet | 2016-03-15 | 1 | -7/+26 |
| | | | | | | | | | | | Alse add a to_type helper that factorizes the boilerplate code to get a Type from either a MemType or a Type. | ||||
| * | | fix bin_stream.getbits() | Aymeric Vincent | 2016-04-05 | 1 | -2/+3 |
| | | | |||||
| * | | Merge pull request #347 from serpilliere/dg_has_loop | Camille Mougey | 2016-03-23 | 1 | -0/+28 |
| |\ \ | | | | | | | Dg has loop | ||||
| | * | | Core/Graph: add loop test | Fabrice Desclaux | 2016-03-23 | 1 | -0/+28 |
| | | | | |||||
| * | | | Comment disasmEngine | Ajax | 2016-03-23 | 1 | -6/+60 |
| | | | | |||||
| * | | | Move dis_bloc and dis_bloc_all into disasmEngine as method | Ajax | 2016-03-23 | 1 | -199/+153 |
| | | | | |||||
| * | | | disasmEngine bin_stream argument must be provided | Ajax | 2016-03-23 | 1 | -4/+4 |
| |/ / | |||||
| * / | Core/asmbloc: remove pending on block split | serpilliere | 2016-03-15 | 1 | -0/+8 |
| |/ | |||||
| * | Merge pull request #331 from a-vincent/fix_block_split | serpilliere | 2016-03-09 | 1 | -1/+1 |
| |\ | | | | | Fix range checking when splitting blocks | ||||
| | * | Fix range checking when splitting blocks. | Aymeric Vincent | 2016-03-09 | 1 | -1/+1 |
| | | | | | | | | | This prevents an error message when splitting a block at its end address. | ||||
| * | | Speed up _block_merge | Ajax | 2016-03-09 | 1 | -1/+10 |
| |/ | |||||
| * | Core/utils: autopep8 | Fabrice Desclaux | 2016-02-19 | 1 | -5/+8 |
| | | |||||
| * | Core/utils: sanitize whoami/get_caller_name | Fabrice Desclaux | 2016-02-19 | 1 | -3/+13 |
| | | |||||
| * | Miasm/CPU: unused variable and refactor | Ajax | 2016-02-04 | 1 | -6/+4 |
| | | |||||
| * | Miasm/CPU: remove factor_tree, useless and unused function | Ajax | 2016-02-04 | 1 | -9/+0 |
| | | |||||
| * | Miasm/Cpu: fix default argument | Ajax | 2016-02-04 | 1 | -1/+1 |
| | | |||||
| * | BinStreamIDA: fix readbs | Ajax | 2016-02-04 | 1 | -2/+2 |
| | | |||||
| * | Remove unused variables | Ajax | 2016-02-04 | 5 | -30/+8 |
| | | |||||
| * | Core/cpu: fix pre_dis atomic | Fabrice Desclaux | 2016-01-31 | 1 | -2/+6 |
| | | |||||