about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* MemStruct/Types: Renamed analysis.mem to core.typesFlorent Monjalet2016-01-181-6/+6
|
* MemStruct: Pinned* renamed back to Mem*Florent Monjalet2016-01-181-11/+11
|
* MemStruct: Global doc updateFlorent Monjalet2016-01-181-16/+22
|
* MemStruct: allow Type instance in castFlorent Monjalet2016-01-181-3/+3
|
* MemStruct: Str typeFlorent Monjalet2016-01-181-10/+10
|
* MemStruct: Array/PinnedArray homogeneityFlorent Monjalet2016-01-181-1/+1
| | | | | Array access logic has moved to Array, Pinned(Sized)Array just contains the logic to interface with memory
* MemStruct: big refactor in processFlorent Monjalet2016-01-181-14/+15
| | | | Doc is currently incoherent, impl will also be completed
* MemStruct: Big refactoring, Mem* -> Pinned*Florent Monjalet2016-01-181-24/+24
| | | | | This commit is the first phase of the Type refactor. The PinnedType class has been separated from the more specific PinnedStruct class.
* MemStruct example: fix memset usageFlorent Monjalet2016-01-181-4/+2
|
* MemStruct: fix example to use Ptr to MemSizedArray rather that ArrayFlorent Monjalet2016-01-181-3/+3
|
* MemStruct: Fix MemStruct __eq__Florent Monjalet2016-01-181-1/+1
|
* MemStruct: minor fixes + toy example scriptFlorent Monjalet2016-01-181-0/+229
|
* X86: add pushfbFabrice Desclaux2015-12-231-1/+0
|
* Autopep8Fabrice Desclaux2015-12-162-4/+4
|
* Update api according to ElfesteemFabrice Desclaux2015-12-162-3/+8
|
* Examples: set load_hdr to True for the sandbox in unpack_upx.pyPierre LALET2015-12-131-1/+3
|
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-077-22/+7
|
* IR: use expr_is_label instead of ExprIsLabelCamille Mougey2015-12-071-1/+1
|
* Example/Disasm: update full.py to produce both IR and IRA graphesCamille Mougey2015-12-071-0/+3
|
* Sandbox: support additional optionsFabrice Desclaux2015-12-041-1/+1
|
* Example/SymbolExec: write code more arch-independentAjax2015-11-091-16/+14
|
* Example/SymbolExec: enhance and commentAjax2015-11-091-15/+27
|
* Example: move output .txt to .dotAjax2015-11-0910-20/+20
|
* Merge pull request #254 from commial/keyword-disasm-cbserpilliere2015-11-091-0/+67
|\ | | | | Keyword disasm cb
| * Example/Disasm/Callback: comment and update with new APIAjax2015-11-091-8/+15
| |
| * Disasm/x86: move `pushpop` callback to an example `callback.py`Ajax2015-11-091-0/+60
| |
* | Merge pull request #256 from commial/fix-unpackupxserpilliere2015-11-091-5/+11
|\ \ | | | | | | Fix unpackupx
| * | Example/UnpackUPX: PR #256 comments (creds @p-l-, @fmonjalet)Ajax2015-11-091-3/+3
| | |
| * | Example/UnpackUPX: call handle_function in GetProcAddress hook (skeleton)Ajax2015-11-061-0/+4
| | |
| * | Example/UnpackUPX: comment GetProcAddress hookAjax2015-11-061-0/+4
| | |
| * | Example/UnpackUPX: hint on an alternative solution for PE rebuildingAjax2015-11-061-0/+2
| | |
| * | Example/UnpackUPX: entrypoint was fixed twiceAjax2015-11-061-1/+0
| | |
| * | Example/UnpackUPX: useless variableAjax2015-11-061-4/+1
| |/
* | Example/ASM: unused importAjax2015-11-061-2/+0
| |
* | Example/IDA: unused importAjax2015-11-061-3/+0
| |
* | Example/IDA: useless sys pathAjax2015-11-061-7/+2
| |
* | Example/IDA: unused importAjax2015-11-061-3/+1
| |
* | Example/Jitter: unused importAjax2015-11-061-2/+1
| |
* | Example/Jitter: unused importAjax2015-11-061-4/+0
| |
* | Example/Jitter: unused importAjax2015-11-061-2/+1
| |
* | Example/Expr: unused importAjax2015-11-061-3/+3
| |
* | Example/Expr: reorganize importsAjax2015-11-061-6/+5
| |
* | Example/Expr: unused importAjax2015-11-061-1/+0
| |
* | Example/EXPR: unused importAjax2015-11-061-1/+0
| |
* | Example/EXPR: unused import DiGraphAjax2015-11-061-1/+0
| |
* | Example/ASM: remove unused import in simple.pyAjax2015-11-061-2/+0
|/
* Core/parse_asm: update parse_txt API useserpilliere2015-10-294-7/+6
|
* Example/ida/utils: fix mips archFabrice Desclaux2015-10-291-2/+2
|
* In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent2015-10-275-7/+8
| | | | | | | Use Python's int(s, 0) to allow string "s" to specify its base where addresses and offsets can be supplied. This change makes the situation homogeneous among the various examples and interactive usage.
* UnpackUPX: stop execution properlyCamille Mougey2015-10-191-0/+3
|