| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #1309 from serpilliere/updt_ssa | serpilliere | 2020-11-19 | 1 | -1/+3 | |
| |\ \ | |/ |/| | SSA: replace only final expr | |||||
| | * | SSA: replace only final expr | Fabrice Desclaux | 2020-11-18 | 1 | -1/+3 | |
| |/ | ||||||
| * | Merge pull request #1306 from serpilliere/fix_ida_example | serpilliere | 2020-10-30 | 4 | -20/+30 | |
| |\ | | | | | Fix ida examples | |||||
| | * | Fix ida examples | Fabrice Desclaux | 2020-10-30 | 4 | -20/+30 | |
| |/ | ||||||
| * | Merge pull request #1299 from serpilliere/ir_lift_doc | serpilliere | 2020-10-14 | 1 | -0/+1878 | |
| |\ | | | | | Add IR lift documentation | |||||
| | * | Add IR lift documentation | Fabrice Desclaux | 2020-10-14 | 1 | -0/+1878 | |
| |/ | ||||||
| * | Merge pull request #1302 from serpilliere/generify_graphviz | serpilliere | 2020-10-11 | 3 | -79/+60 | |
| |\ | | | | | Graphviz moved to generic DiGraph | |||||
| | * | Use default names in parse_asm | Fabrice Desclaux | 2020-10-11 | 1 | -14/+1 | |
| | | | ||||||
| | * | Graphviz moved to generic DiGraph | Fabrice Desclaux | 2020-10-11 | 2 | -65/+59 | |
| |/ | ||||||
| * | Merge pull request #1301 from serpilliere/add_ir_graphviz | serpilliere | 2020-10-09 | 1 | -0/+65 | |
| |\ | | | | | Add IRCfgGraphviz class | |||||
| | * | Add IRCfgGraphviz class | Fabrice Desclaux | 2020-10-09 | 1 | -0/+65 | |
| |/ | ||||||
| * | Merge pull request #1300 from serpilliere/fix_ir_add_bad_block | serpilliere | 2020-10-08 | 1 | -2/+5 | |
| |\ | | | | | Fix lift AsmBadBlock | |||||
| | * | Fix missing IRBlock background color | Fabrice Desclaux | 2020-10-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix lift AsmBadBlock | Fabrice Desclaux | 2020-10-08 | 1 | -1/+4 | |
| |/ | ||||||
| * | Merge pull request #1297 from serpilliere/fix_x86_32_force_assign | serpilliere | 2020-10-06 | 1 | -3/+15 | |
| |\ | | | | | Dont generate self assign for 64b mode | |||||
| | * | Dont generate self assign for 64b mode | Fabrice Desclaux | 2020-10-06 | 1 | -3/+15 | |
| |/ | ||||||
| * | Merge pull request #1298 from serpilliere/fix_tipo | serpilliere | 2020-10-06 | 2 | -3/+3 | |
| |\ | | | | | Fix tipo | |||||
| | * | Fix tipo | Fabrice Desclaux | 2020-10-06 | 2 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #1294 from serpilliere/location_db_doc | serpilliere | 2020-10-05 | 1 | -0/+554 | |
| |\ | | | | | Add LocationDB documentation | |||||
| | * | Add LocationDB documentation | Fabrice Desclaux | 2020-10-01 | 1 | -0/+554 | |
| | | | ||||||
| * | | Merge pull request #1296 from serpilliere/fix_x86_64_cmovz | serpilliere | 2020-10-05 | 1 | -2/+7 | |
| |\ \ | | | | | | | Fix x86 64 cmovz | |||||
| | * | | Don't generate float flatgs for cmovXX | Fabrice Desclaux | 2020-10-04 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Set RAX high bits 0 only in 64bit | Fabrice Desclaux | 2020-10-04 | 1 | -1/+7 | |
| | |/ | ||||||
| * | | Merge pull request #1295 from serpilliere/fix_example_full | serpilliere | 2020-10-05 | 1 | -5/+2 | |
| |\ \ | |/ |/| | Use blocks in ircfg instead of ir_arch | |||||
| | * | Use blocks in ircfg instead of ir_arch | Fabrice Desclaux | 2020-10-04 | 1 | -5/+2 | |
| |/ | ||||||
| * | Add TLBR and BREAK opcode semantic (#1282) | IridiumXOR | 2020-09-23 | 1 | -2/+8 | |
| | | | | | | * Add TLBR and BREAK opcode semantic * Introducing except flag mod | |||||
| * | Merge pull request #1285 from IridiumXOR/new_aarch64_opcodes | serpilliere | 2020-09-23 | 3 | -1/+78 | |
| |\ | | | | | Add TLBs related instructions | |||||
| | * | Add test units | IridiumXOR | 2020-09-23 | 2 | -1/+12 | |
| | | | ||||||
| | * | Add TLBs related instructions | IridiumXOR | 2020-08-31 | 2 | -1/+67 | |
| | | | ||||||
| * | | Merge pull request #1284 from IridiumXOR/bugfix | serpilliere | 2020-09-23 | 2 | -3/+3 | |
| |\ \ | | | | | | | Fix error in semantic implementations | |||||
| | * | | Fix error in semantic implementations | IridiumXOR | 2020-08-31 | 2 | -3/+3 | |
| | |/ | ||||||
| * | | Merge pull request #1288 from a-vincent/require-loc_db-in-from_stream | serpilliere | 2020-09-09 | 1 | -2/+2 | |
| |\ \ | | | | | | | Mandate passing loc_db to from_stream(). From_string() needs it. | |||||
| | * | | Mandate passing loc_db to from_stream(). From_string() needs it. | Aymeric Vincent | 2020-09-09 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge pull request #1286 from serpilliere/updt_doc_link | Camille Mougey | 2020-09-01 | 1 | -1/+3 | |
| |\ \ | |/ |/| | Updt documentation links | |||||
| | * | Updt documentation links | Fabrice Desclaux | 2020-09-01 | 1 | -1/+3 | |
| | | | ||||||
| * | | Merge pull request #1274 from serpilliere/dont_gen_locationdb | serpilliere | 2020-08-31 | 108 | -551/+640 | |
| |\ \ | |/ |/| | Avoid generate default locationdb | |||||
| | * | Update api according to loc_db update | Fabrice Desclaux | 2020-08-31 | 36 | -143/+117 | |
| | | | ||||||
| | * | IRBlock take loc_db | Fabrice Desclaux | 2020-08-31 | 21 | -97/+107 | |
| | | | ||||||
| | * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 77 | -321/+426 | |
| |/ | ||||||
| * | Merge pull request #1272 from IridiumXOR/master | serpilliere | 2020-08-27 | 3 | -4/+4 | |
| |\ | | | | | Fix overflow if virtual memory page size >= 4GiB | |||||
| | * | Fix overflow if virtual memory page size >= 4GiB | IridiumXOR | 2020-08-18 | 3 | -4/+4 | |
| | | | ||||||
| * | | Merge pull request #1275 from Ana06/fix-double-ordinals | serpilliere | 2020-08-22 | 1 | -10/+5 | |
| |\ \ | | | | | | | Remove duplicated ordinals in get_export_name_addr_list | |||||
| | * | | Remove duplicated ordinals in get_export_name_addr_list | Ana María Martínez Gómez | 2020-08-19 | 1 | -10/+5 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicated ordinals in `miasm.jitter.loader.pe.get_export_name_addr_list` and update documentation to include ordinals. Ordinal exports are added twice and consequently duplicated in the output. For example, for `Lab17-02.dll` from https://github.com/mikesiko/PracticalMalwareAnalysis-Labs: ``` [('InstallRT', 268490823), ('InstallSA', 268492481), ('InstallSB', 268494994), ('PSLIST', 268464165), ('ServiceMain', 268488496), ('StartEXS', 268467915), ('UninstallRT', 268497925), ('UninstallSA', 268495365), ('UninstallSB', 268497208), (1, 268490823), (2, 268492481), (3, 268494994), (4, 268464165), (5, 268488496), (6, 268467915), (7, 268497925), (8, 268495365), (9, 268497208), (1, 268490823), (2, 268492481), (3, 268494994), (4, 268464165), (5, 268488496), (6, 268467915), (7, 268497925), (8, 268495365), (9, 268497208)] ``` | |||||
| * | | Merge pull request #1273 from Ana06/fix-export | serpilliere | 2020-08-18 | 1 | -0/+3 | |
| |\ \ | |/ |/| | Fix get_export_name_addr_list when there are no exports | |||||
| | * | Fix get_export_name_addr_list when there are no exports | Ana María Martínez Gómez | 2020-08-18 | 1 | -0/+3 | |
| |/ | | | | | | | | | | | If there are no exports, calling to `get_export_name_addr_list` raises an exception at `miasm/jitter/loader/pe.py`, line 152: ``` AttributeError: 'DirExport' object has no attribute 'f_names' ``` Return an empty list instead. | |||||
| * | Merge pull request #1253 from XVilka/fix-collections | serpilliere | 2020-08-14 | 2 | -2/+10 | |
| |\ | | | | | Fix collections | |||||
| | * | Fix collections deprecation warnings | Anton Kochkov | 2020-06-15 | 2 | -2/+10 | |
| | | | ||||||
| * | | Merge pull request #1269 from eset/output_interval_fix | serpilliere | 2020-07-24 | 1 | -0/+1 | |
| |\ \ | | | | | | | output_interval was never updated and hence always empty | |||||
| | * | | output_interval was never updated and hence always empty | Vladislav Hrčka | 2020-07-24 | 1 | -0/+1 | |
| |/ / | | | | | | | which was making the overlap check meaningless | |||||
| * | | Merge pull request #1267 from serpilliere/int_expr_arg | serpilliere | 2020-07-21 | 17 | -63/+30 | |
| |\ \ | | | | | | | Int expr arg | |||||