about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* SSA: unused attributeFabrice Desclaux2020-02-151-4/+0
|
* SSA: allow ssa graph updateFabrice Desclaux2020-02-151-3/+12
|
* Merge pull request #1135 from cea-sec/fix_incomplete_irgraphserpilliere2020-02-152-12/+44
|\ | | | | Simplification works on incomplete graphs
| * DataFlow: manage incomplete graphsFabrice Desclaux2020-02-141-0/+6
| |
| * DataFlow: fix updt phiFabrice Desclaux2020-02-141-5/+12
| |
| * DataFlow: fix resolved phi sourcesFabrice Desclaux2020-02-141-0/+4
| |
| * Simplification works on incomplete graphsFabrice Desclaux2020-02-142-7/+22
|/
* Merge pull request #1136 from cea-sec/dead_simp_classserpilliere2020-02-148-116/+203
|\ | | | | Analysis: dead simp to class
| * Analysis: dead simp to classFabrice Desclaux2020-02-148-116/+203
|/
* Add preliminary support for PPC MMU registers (#1130)IridiumXOR2020-02-073-5/+75
|
* Merge pull request #1128 from Frky/patch-1serpilliere2020-01-291-1/+4
|\ | | | | Fix bug in Microsoft x86-64 calling convention
| * Fix bug in Microsoft x86-64 calling convention_Frky2020-01-281-1/+4
| |
* | Merge pull request #1121 from carolineLe/fix_virtualprotectserpilliere2020-01-296-8/+147
|\ \ | |/ |/| Win_API: Fix VirtualProtect on multiple areas
| * Test/Win Api: Add test to virtualprotect functionsCaroline Leman2020-01-281-1/+46
| |
| * Win_API: Fix VirtualProtect when splitting access rightsCaroline Leman2020-01-281-20/+46
| |
| * Jitter: add remove_memory_page apiCaroline Leman2020-01-125-6/+74
|/
* Merge pull request #1124 from williballenthin/patch-2serpilliere2020-01-111-2/+31
|\ | | | | jitter.loader.pe: add docstrings for import/export accessors
| * jitter.loader.pe: add docstrings for import/export accessorsWilli Ballenthin2020-01-101-2/+31
|/
* Merge pull request #1120 from carolineLe/fix_pe_loaderserpilliere2020-01-071-1/+1
|\ | | | | Loader/PE: Initialize entry.originalfirstthunks if empty
| * Loader/PE: Initialize entry.originalfirstthunks if emptyCaroline Leman2020-01-061-1/+1
|/
* Merge pull request #1119 from WilliamBruneau/fix_string_bytesserpilliere2020-01-041-21/+18
|\ | | | | Win_API: Fix str/bytes manipulations for set_mem/add_memory_page
| * Win_API: Fix str/bytes manipulations for set_mem/add_memory_pageWilliam Bruneau2020-01-031-21/+18
| |
* | Merge pull request #1114 from serpilliere/tls_supportserpilliere2019-12-272-0/+38
|\ \ | | | | | | Loader/PE: add minimal tls support
| * | Loader/PE: add minimal tls supportFabrice Desclaux2019-12-232-0/+38
| | |
* | | Merge pull request #1118 from Sh3idan/add/linux_env/mmapserpilliere2019-12-261-2/+3
|\ \ \ | |/ / |/| | mmap: ignore offset if MAP_ANONYMOUS set
| * | mmap: ignore offset if MAP_ANONYMOUS setSh3idan2019-12-191-2/+3
|/ /
* | normalization of log messages (#1112)Sheidan2019-12-2037-37/+37
| | | | | | | | | | | | * normalization of log messages * -8s in format
* | Merge pull request #1110 from serpilliere/v0.1.3serpilliere2019-12-121-0/+8
|\ \ | | | | | | Bump version, pip
| * | Bump version, pipFabrice Desclaux2019-12-121-0/+8
|/ /
* | Merge pull request #1109 from serpilliere/fix_setup_for_pypiserpilliere2019-12-112-2/+58
|\ \ | | | | | | Fix setup for pypi
| * | Fix setup for pypiFabrice Desclaux2019-12-112-2/+58
| |/
* | Merge pull request #1108 from commial/fix-memread-dseserpilliere2019-12-111-1/+1
|\ \ | | | | | | DSE: on mem_read, use parent behavior instead of no treatment
| * | DSE: on mem_read, use parent behavior instead of no treatmentCamille Mougey2019-12-111-1/+1
| |/ | | | | | | credits @nofiv
* | Merge pull request #1107 from serpilliere/updt_versionserpilliere2019-12-111-0/+49
|\ \ | |/ |/| Release v0.1.2
| * Release v0.1.2Fabrice Desclaux2019-12-111-0/+49
|/
* Merge pull request #1106 from WilliamBruneau/loader_examplesserpilliere2019-12-042-0/+43
|\ | | | | More loader examples
| * Example: add get_exports.dllWilliam Bruneau2019-12-021-0/+18
| |
| * Example: add sc2pe.pyWilliam Bruneau2019-12-021-0/+25
|/
* Merge pull request #1104 from serpilliere/multiple_fixserpilliere2019-11-268-33/+78
|\ | | | | Multiple fix
| * PE: API returns None on bad traduction addresesFabrice Desclaux2019-11-252-8/+24
| |
| * Jitter: add 'run' APIFabrice Desclaux2019-11-252-2/+11
| |
| * Loader/utils: less debugFabrice Desclaux2019-11-251-3/+3
| |
| * Loader/Pe: fix py2/py3 strFabrice Desclaux2019-11-251-6/+2
| |
| * Core/Interval: Add explicit api for intervalFabrice Desclaux2019-11-251-9/+34
| |
| * Rm dbgFabrice Desclaux2019-11-251-1/+0
| |
| * Fix peb page commentFabrice Desclaux2019-11-251-4/+4
|/
* Merge pull request #1102 from serpilliere/asm_fix_instr_genserpilliere2019-11-221-2/+17
|\ | | | | Asmblock: fix instruction generation
| * Asmblock: fix instruction generationFabrice Desclaux2019-11-211-2/+17
| | | | | | | | Instruction length can change from forecast
* | Merge pull request #1101 from serpilliere/add_x86_instrserpilliere2019-11-222-0/+6
|\ \ | | | | | | X86: add instr
| * | X86: add instrFabrice Desclaux2019-11-212-0/+6
| |/