about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.com
| * 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
|\ | | | | Fix call effects arm
| * 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
| | | | Joint work with Niko Schmidt
* Merge pull request #790 from serpilliere/fix_ida_dg_exampleCamille Mougey2018-07-061-6/+6
|\ | | | | Example/ida: fix dg
| * Example/ida: fix dgFabrice Desclaux2018-07-051-6/+6
| |
* | Example: fix defuseFabrice Desclaux2018-07-051-1/+1
|/
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-0513-133/+125
|
* IR: remove default regs_init for symbexecFabrice Desclaux2018-07-052-8/+21
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-0314-31/+32
|
* symbol_pool -> loc_dbAjax2018-07-0320-85/+84
|
* Code cleaning: remove useless / commented codeAjax2018-06-212-2/+0
|
* Jitter: add simple trace apiFabrice Desclaux2018-06-213-20/+15
|
* All: fix var name to reflect object typesFabrice Desclaux2018-06-192-3/+2
|
* Example/ida: use addr to guess archFabrice Desclaux2018-06-195-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 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
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* 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 loading
| * 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
|