about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Implement minimalistic Linux environment and syscall table for x86_32Frky2020-02-193-0/+60
* | Merge pull request #1131 from williballenthin/patch-3serpilliere2020-02-181-0/+241
|\ \ | |/ |/|
| * win_api_x86_32: add further common windows API functionsWilli Ballenthin2020-02-041-0/+241
* | Merge pull request #1137 from serpilliere/fix_ssaserpilliere2020-02-153-42/+47
|\ \
| * | Data flow: rm phi srcs propag (for del_dummy_phi)Fabrice Desclaux2020-02-151-24/+0
| * | SSA: raise error on non connected graphsFabrice Desclaux2020-02-151-1/+4
| * | DataFlow: split passes in simplifierFabrice Desclaux2020-02-151-10/+31
| * | 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
|\ \
| * | 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 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_Frky2020-01-281-1/+4
* | Merge pull request #1121 from carolineLe/fix_virtualprotectserpilliere2020-01-296-8/+147
|\ \ | |/ |/|
| * 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 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 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_pageWilliam Bruneau2020-01-031-21/+18
* | Merge pull request #1114 from serpilliere/tls_supportserpilliere2019-12-272-0/+38
|\ \
| * | 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 setSh3idan2019-12-191-2/+3
|/ /
* | normalization of log messages (#1112)Sheidan2019-12-2037-37/+37
* | Merge pull request #1110 from serpilliere/v0.1.3serpilliere2019-12-121-0/+8
|\ \
| * | 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 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 treatmentCamille Mougey2019-12-111-1/+1
| |/
* | Merge pull request #1107 from serpilliere/updt_versionserpilliere2019-12-111-0/+49
|\ \ | |/ |/|
| * Release v0.1.2Fabrice Desclaux2019-12-111-0/+49
|/
* Merge pull request #1106 from WilliamBruneau/loader_examplesserpilliere2019-12-042-0/+43
|\
| * 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
|\
| * 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