| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LocationDB: add a name -> offset method | Ajax | 2018-07-19 | 1 | -0/+5 |
| | | |||||
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 2 | -18/+18 |
| | | |||||
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 3 | -24/+24 |
| | | |||||
| * | LocationDB: introduced to replace AsmSymbolPool | Ajax | 2018-07-03 | 1 | -0/+108 |
| | | |||||
| * | Unify ExprLoc str with LocKey and others | Ajax | 2018-06-17 | 1 | -4/+4 |
| | | |||||
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 4 | -152/+168 |
| | | |||||
| * | Expr: Add new word ExprLoc | Fabrice Desclaux | 2018-06-08 | 2 | -15/+23 |
| | | | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here. | ||||
| * | add getby_offset in AsmCFG | losynix | 2018-05-09 | 1 | -0/+2 |
| | | |||||
| * | Fix __ne__ calls | Fabrice Desclaux | 2018-04-19 | 1 | -1/+1 |
| | | |||||
| * | Expression: no default size for ExprId | Fabrice Desclaux | 2018-02-09 | 1 | -4/+4 |
| | | |||||
| * | IRBlock: irblock iterates on its assignblks | Fabrice Desclaux | 2018-02-09 | 1 | -2/+2 |
| | | |||||
| * | IRBlock: replace irs by assignblks | Fabrice Desclaux | 2018-02-09 | 1 | -1/+1 |
| | | |||||
| * | DiGraph: fixed node order in natural loop backedges | Tim Blazytko | 2017-10-18 | 1 | -2/+2 |
| | | |||||
| * | Asmblock: remove disasm engine job_done attribute | Fabrice Desclaux | 2017-07-27 | 1 | -3/+7 |
| | | | | | | | | | | | | WARNING: disasmEngine behaviour modification Before patch: job_done containted the already disassembled addresses. If the user disassembled twice the same addresse, the engine will return empty object on the second call. After patch: If the user disassemble twice the same addresse, the engine will return result of the disassembling in both cases. | ||||
| * | Merge pull request #579 from serpilliere/fix_get_bloc | serpilliere | 2017-07-20 | 1 | -7/+7 |
| |\ | | | | | Fix get bloc | ||||
| | * | Asmblock: rename bloc | Fabrice Desclaux | 2017-07-07 | 1 | -7/+7 |
| | | | |||||
| * | | Fix typo in /test/core/asmblock.py | William Bruneau | 2017-07-20 | 1 | -1/+1 |
| |/ | |||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 3 | -3/+3 |
| | | |||||
| * | Asmbloc: rename asm_constraint[to/next] to AsmConstraint[To/Next] | Fabrice Desclaux | 2017-03-13 | 1 | -8/+8 |
| | | |||||
| * | Asmbloc: rename asm_constraint to AsmConstraint | Fabrice Desclaux | 2017-03-13 | 1 | -9/+9 |
| | | |||||
| * | Asmbloc: rename asm_label to AsmLabel | Fabrice Desclaux | 2017-03-13 | 2 | -13/+13 |
| | | |||||
| * | Asmbloc: rename asm_block_bad to AsmBlockBad | Fabrice Desclaux | 2017-03-13 | 1 | -3/+3 |
| | | |||||
| * | Asmbloc: rename asm_bloc to AsmBlock | Fabrice Desclaux | 2017-03-13 | 1 | -8/+8 |
| | | |||||
| * | Interval: add .length computation | Ajax | 2017-02-13 | 1 | -0/+4 |
| | | |||||
| * | use python2 as executable name, give adequate permissions | Aymeric Vincent | 2017-01-05 | 4 | -4/+5 |
| | | |||||
| * | Merge pull request #342 from fmonjalet/fix_types | serpilliere | 2016-04-19 | 1 | -1/+4 |
| |\ | | | | | Fix miasm2.core.types API | ||||
| | * | Types: Ptr.dst_type is now a Type rather than a MemType | Florent Monjalet | 2016-03-15 | 1 | -1/+1 |
| | | | | | | | | | Makes for a more coherent API | ||||
| | * | Types: handle MemType as argument to Array constructor | Florent Monjalet | 2016-03-15 | 1 | -0/+3 |
| | | | | | | | | | | | Alse add a to_type helper that factorizes the boilerplate code to get a Type from either a MemType or a Type. | ||||
| * | | Asmcfg: add reg test | Fabrice Desclaux | 2016-03-16 | 1 | -2/+28 |
| |/ | |||||
| * | AssignBlock | Fabrice Desclaux | 2016-02-26 | 1 | -2/+6 |
| | | |||||
| * | Tipo: dictionary | Fabrice Desclaux | 2016-01-30 | 1 | -1/+1 |
| | | |||||
| * | Add regression tests for MatchGraph | Ajax | 2016-01-27 | 1 | -0/+68 |
| | | | | | | Conflicts: test/core/graph.py | ||||
| * | Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph" | Ajax | 2016-01-26 | 1 | -4/+4 |
| | | |||||
| * | BasicBlocks.pendings can be a set (creds @serpilliere) | Ajax | 2016-01-26 | 1 | -1/+1 |
| | | |||||
| * | Introduce tests for miasm2.core.asmbloc | Ajax | 2016-01-26 | 1 | -0/+282 |
| | | |||||
| * | Graph; introduce copy and merge | Ajax | 2016-01-25 | 1 | -0/+15 |
| | | |||||
| * | Graph: two graphs are equals if they have the same nodes and edges | Ajax | 2016-01-25 | 1 | -0/+10 |
| | | |||||
| * | Move types -> test_types to avoid namespace collision (creds @fmonjalet) | Ajax | 2016-01-25 | 1 | -0/+0 |
| | | |||||
| * | Types: typo, MemStruct.get_offset should be a classmethod | Florent Monjalet | 2016-01-18 | 1 | -0/+11 |
| | | | | | Also added tests and MemArray.get_offset | ||||
| * | Types: Support anonymous Struct/Union/BitField | Florent Monjalet | 2016-01-18 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | See the test addition for an example. A Struct, Union, or BitField field with no name will be considered anonymous: all its fields will be added to the parent Struct/Union/BitField. This implements this kind of C declaration: struct foo { int a; union { int bar; struct { short baz; short foz; }; }; } | ||||
| * | Types: adding the ("field", SomeMemType) syntax | Florent Monjalet | 2016-01-18 | 1 | -2/+3 |
| | | | | | | Shorthand for ("field", SomeMemStruct.get_type()) in a Struct or MemStruct fields definition. | ||||
| * | Types: short test to assert MemStruct unicity | Florent Monjalet | 2016-01-18 | 1 | -0/+4 |
| | | |||||
| * | Types: Type size is now a property | Florent Monjalet | 2016-01-18 | 1 | -5/+5 |
| | | |||||
| * | MemStruct/Types: pinned renamed to lval | Florent Monjalet | 2016-01-18 | 1 | -22/+22 |
| | | |||||
| * | MemStruct/Types: Renamed analysis.mem to core.types | Florent Monjalet | 2016-01-18 | 1 | -0/+506 |
| | | |||||
| * | Sembuilder: update regression test | Ajax | 2015-11-17 | 1 | -1/+10 |
| | | |||||
| * | Test/parse_asm: add directive test | serpilliere | 2015-10-29 | 1 | -0/+69 |
| | | |||||
| * | DiGraph: added regression tests for strongly connected components and ↵ | Tim Blazytko | 2015-09-04 | 1 | -1/+29 |
| | | | | | natural loops | ||||
| * | Test/Graph: extended regression tests for g2 | Tim Blazytko | 2015-06-02 | 1 | -0/+7 |
| | | |||||
| * | DiGraph: fixed order in dominance_frontier | Tim Blazytko | 2015-06-02 | 1 | -4/+8 |
| | | |||||