| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #973 from su-vikas/master | serpilliere | 2019-02-13 | 1 | -2/+2 |
| |\ | | | | | Fix for bin_stream_ida after change in shift_offset API | ||||
| | * | changed self.shift to self.base_address | Vikas Gupta | 2019-02-13 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #975 from commial/feature/objc-c-type-cache | serpilliere | 2019-02-13 | 1 | -7/+22 |
| |\ \ | |/ |/| | ObjC C type cache | ||||
| | * | Add a cache for C types | Ajax | 2019-02-13 | 1 | -6/+19 |
| | | | |||||
| | * | CHandler: make struct_expr_types optional | Ajax | 2019-02-13 | 1 | -1/+3 |
| | | | |||||
| * | | API: replace shift_offset by base_address | Fabrice Desclaux | 2019-02-11 | 1 | -17/+21 |
| | | | | | | | | | WARNING: base address is the negative of shift_offset | ||||
| * | | Merge pull request #953 from serpilliere/elf_add_sym | Camille Mougey | 2019-02-11 | 1 | -1/+20 |
| |\ \ | | | | | | | Elf add sym | ||||
| | * | | Binary: add more elf symbols | Fabrice Desclaux | 2019-02-03 | 1 | -0/+16 |
| | | | | |||||
| | * | | Location: known_offset can be None | Fabrice Desclaux | 2019-02-03 | 1 | -1/+4 |
| | |/ | |||||
| * | | Added description | Vladislav Hrčka | 2019-02-08 | 1 | -1/+14 |
| | | | | | | | Added description according to: https://github.com/cea-sec/miasm/pull/963#issuecomment-461737259. Also added docstring for find_path | ||||
| * | | Added function find_path_from_src | Vladislav Hrčka | 2019-02-08 | 1 | -0/+22 |
| | | | | | | | The function find_path_from_src does the same as function find_path, but it searches the paths from src to dst, not vice versa like find_path, which might be more efficient in some cases. | ||||
| * | | bin_stream: check negative offset | Fabrice Desclaux | 2019-02-04 | 1 | -0/+8 |
| |/ | |||||
| * | Fix bad english | Fabrice Desclaux | 2019-01-17 | 1 | -1/+1 |
| | | |||||
| * | Examples/IDA: raise IOError on read out of range | Fabrice Desclaux | 2019-01-14 | 1 | -1/+5 |
| | | |||||
| * | Core: rm deprecated module | Fabrice Desclaux | 2019-01-14 | 1 | -10/+0 |
| | | |||||
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 8 | -49/+49 |
| | | |||||
| * | Core/Asmblock: fix null starting block condition | Fabrice Desclaux | 2018-11-17 | 1 | -9/+5 |
| | | | | | | Updt the code to reflect heuristic: "Don't disassemble if the basic block starts with null bytes" | ||||
| * | adding immediate postdominators computation. | GAJaloyan | 2018-10-26 | 1 | -0/+12 |
| | | |||||
| * | Merge pull request #866 from serpilliere/bs_get_int | Camille Mougey | 2018-10-21 | 2 | -10/+95 |
| |\ | | | | | Bin_stream: add get_u8/u16/u32/u64 | ||||
| | * | Bin_stream: add get_u8/u16/u32/u64 | Fabrice Desclaux | 2018-10-11 | 2 | -10/+95 |
| | | | |||||
| * | | Merge pull request #870 from serpilliere/expr_mem_ptr | Camille Mougey | 2018-10-21 | 1 | -4/+4 |
| |\ \ | | | | | | | Expression: replace arg by ptr in ExprMem | ||||
| | * | | Expression: replace arg by ptr in ExprMem | Fabrice Desclaux | 2018-10-12 | 1 | -4/+4 |
| | |/ | |||||
| * / | Asmblock: deprecate label2block | Fabrice Desclaux | 2018-10-12 | 1 | -2/+6 |
| |/ | |||||
| * | Expresion: use ExprAssign instead of ExprAff | Fabrice Desclaux | 2018-10-01 | 1 | -4/+4 |
| | | | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss) | ||||
| * | Code cleaning: lgtm.com | Fabrice Desclaux | 2018-09-20 | 4 | -2/+7 |
| | | |||||
| * | Fix bad initialization | Ajax | 2018-08-29 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #828 from serpilliere/fix_lgtm_1 | Camille Mougey | 2018-08-29 | 6 | -6/+53 |
| |\ | | | | | Code cleaning: lgtm.com | ||||
| | * | Code cleaning: lgtm.com | Fabrice Desclaux | 2018-08-23 | 6 | -6/+53 |
| | | | |||||
| * | | Merge pull request #831 from serpilliere/fix_asm_parse | Camille Mougey | 2018-08-24 | 2 | -3/+4 |
| |\ \ | | | | | | | Core: fix asm int | ||||
| | * | | Core: fix asm int | Fabrice Desclaux | 2018-08-24 | 2 | -3/+4 |
| | |/ | |||||
| * / | Core/Location: add name to a known location | Fabrice Desclaux | 2018-08-24 | 1 | -9/+3 |
| |/ | |||||
| * | Graph: add reachable stop node | Fabrice Desclaux | 2018-08-06 | 1 | -0/+18 |
| | | |||||
| * | LocationDB: add a name -> offset method | Ajax | 2018-07-19 | 1 | -0/+12 |
| | | |||||
| * | DisasmEngine: add dis_instr | Ajax | 2018-07-19 | 1 | -0/+14 |
| | | |||||
| * | Merge pull request #802 from serpilliere/fix_x86_asm_64 | Camille Mougey | 2018-07-18 | 1 | -1/+1 |
| |\ | | | | | X86: fix 64 bit asm | ||||
| | * | Cpu: fix tipo | Fabrice Desclaux | 2018-07-17 | 1 | -1/+1 |
| | | | |||||
| * | | AsmBlock: avoid underterministic print for next/to | Ajax | 2018-07-16 | 1 | -1/+1 |
| |/ | |||||
| * | Analysis: Add SSA transformation | Tim Blazytko | 2018-07-09 | 1 | -0/+16 |
| | | | | | Joint work with Niko Schmidt | ||||
| * | Merge pull request #738 from marilafo/fix_offset_branch_armtl | serpilliere | 2018-07-05 | 1 | -0/+2 |
| |\ | | | | | armtl change branch pc offset | ||||
| | * | armtl change branch pc offset | Marion Lafon | 2018-05-24 | 1 | -0/+2 |
| | | | | | | | | | Modify some armtl instr to match with documentation | ||||
| * | | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 4 | -38/+38 |
| | | | |||||
| * | | symbol_pool -> loc_db | Ajax | 2018-07-03 | 4 | -119/+126 |
| | | | |||||
| * | | LocationDB: introduced to replace AsmSymbolPool | Ajax | 2018-07-03 | 2 | -224/+460 |
| | | | |||||
| * | | Merge pull request #778 from serpilliere/fix_parse_asm | Camille Mougey | 2018-06-20 | 1 | -26/+0 |
| |\ \ | | | | | | | Parse_asm: remove useless functions | ||||
| | * | | Parse_asm: remove useless functions | Fabrice Desclaux | 2018-06-20 | 1 | -26/+0 |
| | | | | |||||
| * | | | Cpu: fix bad doc | Fabrice Desclaux | 2018-06-19 | 2 | -3/+3 |
| |/ / | |||||
| * | | Merge pull request #758 from commial/fix/asmcfg-merge | serpilliere | 2018-06-11 | 1 | -13/+10 |
| |\ \ | | | | | | | AsmCFG: use higher level API for merge | ||||
| | * | | AsmCFG: use higher level API for merge | Ajax | 2018-06-11 | 1 | -13/+10 |
| | | | | |||||
| * | | | SymbolPool: assert LocKey type in APIs | Ajax | 2018-06-11 | 1 | -0/+2 |
| |/ / | |||||
| * | | AsmBlock: remove symbol_pool in add_cst | Fabrice Desclaux | 2018-06-10 | 1 | -32/+13 |
| | | | |||||