about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Expand)AuthorAgeFilesLines
* Example/ida: use addr to guess archFabrice Desclaux2018-06-195-43/+54
* Allow symbolic execution of one instruction in IDAWilliam Bruneau2018-06-191-1/+6
* Example/IDA: fix depgraph apiFabrice Desclaux2018-06-161-11/+11
* Example/upx: fix & updtFabrice Desclaux2018-06-111-7/+7
* DSE: remove useless changes introduced by 61551fa7Ajax2018-06-111-1/+1
* AsmBlock: remove symbol_pool in add_cstFabrice Desclaux2018-06-101-1/+1
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-0918-119/+145
* Expr: Add new word ExprLocFabrice Desclaux2018-06-085-32/+30
* Core: updt parser structureFabrice Desclaux2018-05-145-37/+31
* Add some graphical optionsWilliam Bruneau2018-04-251-15/+95
* Fix typoWilliam Bruneau2018-04-241-9/+3
* Merge pull request #718 from serpilliere/fix_ida_symbol_loadCamille Mougey2018-04-181-0/+4
|\
| * Example/IDA: fix symbol loadingFabrice Desclaux2018-04-151-0/+4
* | Update example with expressions manipulationsmanwefm2018-04-161-5/+6
|/
* Example/IDA: fix bigendian source infoFabrice Desclaux2018-04-121-1/+1
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-155-54/+23
* Sandbox: on Linux env import, also set the ABORT_ADDRAjax2018-03-051-1/+1
* Test: add ppc32b testsFabrice Desclaux2018-03-041-0/+0
* PPC32: integrationFabrice Desclaux2018-03-041-0/+2
* Add support for PowerPC 32bit big-endian processors: "ppc32b"Aymeric Vincent2018-02-261-0/+25
* Remove the default size of ExprMem expressionsAjax2018-02-153-5/+5
* Expression: no default size for ExprIdFabrice Desclaux2018-02-097-16/+16
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-092-7/+7
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-095-12/+12
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-096-14/+14
* Asmblock: fix dis_block_callbackFabrice Desclaux2018-02-021-1/+1
* append b to the opens mode ; Python on Windows makes a distinction between te...w4kfu2018-01-165-6/+6
* Merge pull request #654 from serpilliere/use_stp_translatorCamille Mougey2018-01-112-118/+96
|\
| * Example: fix disasm wdFabrice Desclaux2018-01-111-0/+1
| * Expression: use stp translatorFabrice Desclaux2018-01-111-118/+95
* | MSP430: add ctypeFabrice Desclaux2018-01-111-1/+4
|/
* Ida/Example: clean symbexec pluginFabrice Desclaux2018-01-091-12/+0
* Ida/Example: fix symbexec pluginFabrice Desclaux2018-01-091-10/+77
* Example/IDA: update IR string outputFabrice Desclaux2018-01-051-49/+69
* Remove a dev-TODO (thanks @WilliamBruneau)Ajax2017-10-051-1/+1
* Ctypes: allow analysis on incomplete graphsFabrice Desclaux2017-10-031-2/+5
* Merge pull request #615 from serpilliere/fix_ida_plugin_sizeCamille Mougey2017-09-071-17/+15
|\
| * Example/ida: fix size issueFabrice Desclaux2017-09-071-17/+15
* | DSE: avoid using the same test.txt file in test, allowing parallelismAjax2017-09-062-5/+14
* | Add a simpler illustrating the DSE useAjax2017-09-051-0/+129
* | DSE: update example to use coverage provided by the moduleAjax2017-09-051-35/+29
* | DSE: update example to use compute_solutionAjax2017-09-051-5/+5
|/
* Example/ctype: fix propagation on mem writeFabrice Desclaux2017-08-141-1/+3
* Example: add constant expression propagationFabrice Desclaux2017-08-091-0/+54
* Symbexec: add get_blockFabrice Desclaux2017-08-082-30/+2
* Example: add ctype_propagationFabrice Desclaux2017-08-081-20/+33
* Example: update apiFabrice Desclaux2017-08-084-86/+96
* Examples: update apiFabrice Desclaux2017-08-072-5/+22
* Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-272-4/+0
* Merge pull request #579 from serpilliere/fix_get_blocserpilliere2017-07-2015-32/+32
|\