about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename elfesteem loaderFabrice Desclaux2019-03-056-9/+9
* Include elfesteem fork in miasmPierre LALET2019-03-056-5/+84
* Rename miasm2 to miasmFabrice Desclaux2019-03-0549-182/+183
* Support python2/python3Fabrice Desclaux2019-03-0544-360/+495
* stack2var: move it from simplification loop to final passFabrice Desclaux2019-02-221-2/+13
* IR: add simplifierFabrice Desclaux2019-02-182-232/+55
* Example: update ida apiFabrice Desclaux2019-02-181-2/+3
* Merge pull request #975 from commial/feature/objc-c-type-cacheserpilliere2019-02-131-3/+3
|\
| * Add a cache for C typesAjax2019-02-131-3/+3
* | Remove old api supportFabrice Desclaux2019-02-122-7/+4
* | IR: del unused edges during IR simplificationsFabrice Desclaux2019-02-121-2/+8
* | API: replace shift_offset by base_addressFabrice Desclaux2019-02-111-4/+4
|/
* Fix bad englishFabrice Desclaux2019-01-172-2/+2
* Example/IDA: updt graph ir + menuFabrice Desclaux2019-01-162-126/+215
* Example/Full: dont modify ircfg in ssa formFabrice Desclaux2019-01-161-3/+0
* Example: del unnecessary dup dst in blocksFabrice Desclaux2019-01-161-5/+2
* Analysis: fix unssa algorithmFabrice Desclaux2019-01-161-16/+67
* SSA: make ssa_variable_to_expr publicFabrice Desclaux2019-01-152-8/+8
* Disasm/full: ircfg_a and ssa.graph are the same object, use only one denomina...Ajax2019-01-111-8/+7
* Fix typos & add codespellPierre LALET2018-12-2317-28/+28
* Merge pull request #904 from commial/feature/export-LLVMserpilliere2018-12-201-0/+83
|\
| * Add export_llvm, an example illustrating basic IR exportAjax2018-12-201-0/+83
* | Updt example apiFabrice Desclaux2018-12-105-33/+29
* | Example: remove deprecated exampleFabrice Desclaux2018-12-102-34/+0
* | Add some simple disasm/ir examplesFabrice Desclaux2018-12-105-0/+135
|/
* Example: fix exprmem ptr accessFabrice Desclaux2018-12-071-1/+1
* add ssa graph to ida (#886)marilafo2018-11-162-6/+140
* Merge pull request #869 from serpilliere/fix_use_sehCamille Mougey2018-11-091-1/+1
|\
| * Sandbox: change use_sehFabrice Desclaux2018-10-121-1/+1
* | Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-1/+1
|/
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-015-12/+12
* Code cleaning: lgtm.comFabrice Desclaux2018-09-203-4/+3
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-092-12/+22
* Remove malware sampleFabrice Desclaux2018-08-301-0/+0
* Use the dse_crackme compiled versionAjax2018-08-301-0/+0
* Merge pull request #828 from serpilliere/fix_lgtm_1Camille Mougey2018-08-291-2/+1
|\
| * Code cleaning: lgtm.comFabrice Desclaux2018-08-231-2/+1
* | Example: fix upx unpackFabrice Desclaux2018-08-231-3/+2
|/
* Example/full: add constant propagationFabrice Desclaux2018-08-061-5/+159
* Add an example for LinuxEnvironment & Syscall handlingAjax2018-07-241-0/+85
* Add support for reloc and rebase in ContainerELFAjax2018-07-241-3/+2
* Merge pull request #805 from serpilliere/fix_call_effects_armCamille Mougey2018-07-181-5/+8
|\
| * IR/Analysis: call_effects can add extra blocksFabrice Desclaux2018-07-181-5/+8
* | Example: updt apiFabrice Desclaux2018-07-181-7/+9
|/
* Disasm/Full: fix inversion in output namesAjax2018-07-121-2/+2
* Examples: updt apiFabrice Desclaux2018-07-102-11/+14
* Analysis: Add SSA transformationTim Blazytko2018-07-091-0/+13
* Merge pull request #790 from serpilliere/fix_ida_dg_exampleCamille Mougey2018-07-061-6/+6
|\
| * Example/ida: fix dgFabrice Desclaux2018-07-051-6/+6
* | Example: fix defuseFabrice Desclaux2018-07-051-1/+1
|/