| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Example/IDA: updt graph ir + menu | Fabrice Desclaux | 2019-01-16 | 2 | -126/+215 |
| | | |||||
| * | Example/Full: dont modify ircfg in ssa form | Fabrice Desclaux | 2019-01-16 | 1 | -3/+0 |
| | | |||||
| * | Example: del unnecessary dup dst in blocks | Fabrice Desclaux | 2019-01-16 | 1 | -5/+2 |
| | | |||||
| * | Analysis: fix unssa algorithm | Fabrice Desclaux | 2019-01-16 | 1 | -16/+67 |
| | | |||||
| * | SSA: make ssa_variable_to_expr public | Fabrice Desclaux | 2019-01-15 | 2 | -8/+8 |
| | | |||||
| * | Disasm/full: ircfg_a and ssa.graph are the same object, use only one ↵ | Ajax | 2019-01-11 | 1 | -8/+7 |
| | | | | | denomination | ||||
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 17 | -28/+28 |
| | | |||||
| * | Merge pull request #904 from commial/feature/export-LLVM | serpilliere | 2018-12-20 | 1 | -0/+83 |
| |\ | | | | | Feature/export llvm | ||||
| | * | Add export_llvm, an example illustrating basic IR export | Ajax | 2018-12-20 | 1 | -0/+83 |
| | | | |||||
| * | | Updt example api | Fabrice Desclaux | 2018-12-10 | 5 | -33/+29 |
| | | | |||||
| * | | Example: remove deprecated example | Fabrice Desclaux | 2018-12-10 | 2 | -34/+0 |
| | | | |||||
| * | | Add some simple disasm/ir examples | Fabrice Desclaux | 2018-12-10 | 5 | -0/+135 |
| |/ | |||||
| * | Example: fix exprmem ptr access | Fabrice Desclaux | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | add ssa graph to ida (#886) | marilafo | 2018-11-16 | 2 | -6/+140 |
| | | | | | Example: Add ssa graph to ida | ||||
| * | Merge pull request #869 from serpilliere/fix_use_seh | Camille Mougey | 2018-11-09 | 1 | -1/+1 |
| |\ | | | | | Sandbox: change use_seh | ||||
| | * | Sandbox: change use_seh | Fabrice Desclaux | 2018-10-12 | 1 | -1/+1 |
| | | | | | | | | | Option name change: use-windows-structs instead of use-seh. | ||||
| * | | Expression: replace arg by ptr in ExprMem | Fabrice Desclaux | 2018-10-12 | 1 | -1/+1 |
| |/ | |||||
| * | Expresion: use ExprAssign instead of ExprAff | Fabrice Desclaux | 2018-10-01 | 5 | -12/+12 |
| | | | | | | | 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 | 3 | -4/+3 |
| | | |||||
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 2 | -12/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get miasm to work on Windows, also add AppVeyor CI * Fix gcc jitter on Linux * Make the dse_crackme tests work on Windows * calling build and then install is less confusing than install twice * fix os.rename race condition on Windows * clean it up * Clean up after the unused cl.exe's artifacts * Use is_win instead of an additional check * Fix issue on Windows where 'w' and 'wb' modes are different * Address review feedback * setuptools is actually not required, so reverting | ||||
| * | Remove malware sample | Fabrice Desclaux | 2018-08-30 | 1 | -0/+0 |
| | | |||||
| * | Use the dse_crackme compiled version | Ajax | 2018-08-30 | 1 | -0/+0 |
| | | |||||
| * | Merge pull request #828 from serpilliere/fix_lgtm_1 | Camille Mougey | 2018-08-29 | 1 | -2/+1 |
| |\ | | | | | Code cleaning: lgtm.com | ||||
| | * | Code cleaning: lgtm.com | Fabrice Desclaux | 2018-08-23 | 1 | -2/+1 |
| | | | |||||
| * | | Example: fix upx unpack | Fabrice Desclaux | 2018-08-23 | 1 | -3/+2 |
| |/ | |||||
| * | Example/full: add constant propagation | Fabrice Desclaux | 2018-08-06 | 1 | -5/+159 |
| | | |||||
| * | Add an example for LinuxEnvironment & Syscall handling | Ajax | 2018-07-24 | 1 | -0/+85 |
| | | |||||
| * | Add support for reloc and rebase in ContainerELF | Ajax | 2018-07-24 | 1 | -3/+2 |
| | | |||||
| * | Merge pull request #805 from serpilliere/fix_call_effects_arm | Camille Mougey | 2018-07-18 | 1 | -5/+8 |
| |\ | | | | | Fix call effects arm | ||||
| | * | IR/Analysis: call_effects can add extra blocks | Fabrice Desclaux | 2018-07-18 | 1 | -5/+8 |
| | | | |||||
| * | | Example: updt api | Fabrice Desclaux | 2018-07-18 | 1 | -7/+9 |
| |/ | |||||
| * | Disasm/Full: fix inversion in output names | Ajax | 2018-07-12 | 1 | -2/+2 |
| | | |||||
| * | Examples: updt api | Fabrice Desclaux | 2018-07-10 | 2 | -11/+14 |
| | | |||||
| * | Analysis: Add SSA transformation | Tim Blazytko | 2018-07-09 | 1 | -0/+13 |
| | | | | | Joint work with Niko Schmidt | ||||
| * | Merge pull request #790 from serpilliere/fix_ida_dg_example | Camille Mougey | 2018-07-06 | 1 | -6/+6 |
| |\ | | | | | Example/ida: fix dg | ||||
| | * | Example/ida: fix dg | Fabrice Desclaux | 2018-07-05 | 1 | -6/+6 |
| | | | |||||
| * | | Example: fix defuse | Fabrice Desclaux | 2018-07-05 | 1 | -1/+1 |
| |/ | |||||
| * | IR: gen ircfg from ir_arch | Fabrice Desclaux | 2018-07-05 | 13 | -133/+125 |
| | | |||||
| * | IR: remove default regs_init for symbexec | Fabrice Desclaux | 2018-07-05 | 2 | -8/+21 |
| | | |||||
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 14 | -31/+32 |
| | | |||||
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 20 | -85/+84 |
| | | |||||
| * | Code cleaning: remove useless / commented code | Ajax | 2018-06-21 | 2 | -2/+0 |
| | | |||||
| * | Jitter: add simple trace api | Fabrice Desclaux | 2018-06-21 | 3 | -20/+15 |
| | | |||||
| * | All: fix var name to reflect object types | Fabrice Desclaux | 2018-06-19 | 2 | -3/+2 |
| | | |||||
| * | Example/ida: use addr to guess arch | Fabrice Desclaux | 2018-06-19 | 5 | -43/+54 |
| | | | | | | Some arch like ARM depends on address in order to determine which attributes have to be used during analysis | ||||
| * | Allow symbolic execution of one instruction in IDA | William Bruneau | 2018-06-19 | 1 | -1/+6 |
| | | |||||
| * | Example/IDA: fix depgraph api | Fabrice Desclaux | 2018-06-16 | 1 | -11/+11 |
| | | |||||
| * | Example/upx: fix & updt | Fabrice Desclaux | 2018-06-11 | 1 | -7/+7 |
| | | |||||
| * | DSE: remove useless changes introduced by 61551fa7 | Ajax | 2018-06-11 | 1 | -1/+1 |
| | | |||||
| * | AsmBlock: remove symbol_pool in add_cst | Fabrice Desclaux | 2018-06-10 | 1 | -1/+1 |
| | | |||||