| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SSA: unused attribute | Fabrice Desclaux | 2020-02-15 | 1 | -4/+0 |
| | | |||||
| * | SSA: allow ssa graph update | Fabrice Desclaux | 2020-02-15 | 1 | -3/+12 |
| | | |||||
| * | Merge pull request #1135 from cea-sec/fix_incomplete_irgraph | serpilliere | 2020-02-15 | 2 | -12/+44 |
| |\ | | | | | Simplification works on incomplete graphs | ||||
| | * | DataFlow: manage incomplete graphs | Fabrice Desclaux | 2020-02-14 | 1 | -0/+6 |
| | | | |||||
| | * | DataFlow: fix updt phi | Fabrice Desclaux | 2020-02-14 | 1 | -5/+12 |
| | | | |||||
| | * | DataFlow: fix resolved phi sources | Fabrice Desclaux | 2020-02-14 | 1 | -0/+4 |
| | | | |||||
| | * | Simplification works on incomplete graphs | Fabrice Desclaux | 2020-02-14 | 2 | -7/+22 |
| |/ | |||||
| * | Merge pull request #1136 from cea-sec/dead_simp_class | serpilliere | 2020-02-14 | 8 | -116/+203 |
| |\ | | | | | Analysis: dead simp to class | ||||
| | * | Analysis: dead simp to class | Fabrice Desclaux | 2020-02-14 | 8 | -116/+203 |
| |/ | |||||
| * | Add preliminary support for PPC MMU registers (#1130) | IridiumXOR | 2020-02-07 | 3 | -5/+75 |
| | | |||||
| * | Merge pull request #1128 from Frky/patch-1 | serpilliere | 2020-01-29 | 1 | -1/+4 |
| |\ | | | | | Fix bug in Microsoft x86-64 calling convention | ||||
| | * | Fix bug in Microsoft x86-64 calling convention | _Frky | 2020-01-28 | 1 | -1/+4 |
| | | | |||||
| * | | Merge pull request #1121 from carolineLe/fix_virtualprotect | serpilliere | 2020-01-29 | 6 | -8/+147 |
| |\ \ | |/ |/| | Win_API: Fix VirtualProtect on multiple areas | ||||
| | * | Test/Win Api: Add test to virtualprotect functions | Caroline Leman | 2020-01-28 | 1 | -1/+46 |
| | | | |||||
| | * | Win_API: Fix VirtualProtect when splitting access rights | Caroline Leman | 2020-01-28 | 1 | -20/+46 |
| | | | |||||
| | * | Jitter: add remove_memory_page api | Caroline Leman | 2020-01-12 | 5 | -6/+74 |
| |/ | |||||
| * | Merge pull request #1124 from williballenthin/patch-2 | serpilliere | 2020-01-11 | 1 | -2/+31 |
| |\ | | | | | jitter.loader.pe: add docstrings for import/export accessors | ||||
| | * | jitter.loader.pe: add docstrings for import/export accessors | Willi Ballenthin | 2020-01-10 | 1 | -2/+31 |
| |/ | |||||
| * | Merge pull request #1120 from carolineLe/fix_pe_loader | serpilliere | 2020-01-07 | 1 | -1/+1 |
| |\ | | | | | Loader/PE: Initialize entry.originalfirstthunks if empty | ||||
| | * | Loader/PE: Initialize entry.originalfirstthunks if empty | Caroline Leman | 2020-01-06 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1119 from WilliamBruneau/fix_string_bytes | serpilliere | 2020-01-04 | 1 | -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_page | William Bruneau | 2020-01-03 | 1 | -21/+18 |
| | | | |||||
| * | | Merge pull request #1114 from serpilliere/tls_support | serpilliere | 2019-12-27 | 2 | -0/+38 |
| |\ \ | | | | | | | Loader/PE: add minimal tls support | ||||
| | * | | Loader/PE: add minimal tls support | Fabrice Desclaux | 2019-12-23 | 2 | -0/+38 |
| | | | | |||||
| * | | | Merge pull request #1118 from Sh3idan/add/linux_env/mmap | serpilliere | 2019-12-26 | 1 | -2/+3 |
| |\ \ \ | |/ / |/| | | mmap: ignore offset if MAP_ANONYMOUS set | ||||
| | * | | mmap: ignore offset if MAP_ANONYMOUS set | Sh3idan | 2019-12-19 | 1 | -2/+3 |
| |/ / | |||||
| * | | normalization of log messages (#1112) | Sheidan | 2019-12-20 | 37 | -37/+37 |
| | | | | | | | | | | | | | * normalization of log messages * -8s in format | ||||
| * | | Merge pull request #1110 from serpilliere/v0.1.3 | serpilliere | 2019-12-12 | 1 | -0/+8 |
| |\ \ | | | | | | | Bump version, pip | ||||
| | * | | Bump version, pip | Fabrice Desclaux | 2019-12-12 | 1 | -0/+8 |
| |/ / | |||||
| * | | Merge pull request #1109 from serpilliere/fix_setup_for_pypi | serpilliere | 2019-12-11 | 2 | -2/+58 |
| |\ \ | | | | | | | Fix setup for pypi | ||||
| | * | | Fix setup for pypi | Fabrice Desclaux | 2019-12-11 | 2 | -2/+58 |
| | |/ | |||||
| * | | Merge pull request #1108 from commial/fix-memread-dse | serpilliere | 2019-12-11 | 1 | -1/+1 |
| |\ \ | | | | | | | DSE: on mem_read, use parent behavior instead of no treatment | ||||
| | * | | DSE: on mem_read, use parent behavior instead of no treatment | Camille Mougey | 2019-12-11 | 1 | -1/+1 |
| | |/ | | | | | | | credits @nofiv | ||||
| * | | Merge pull request #1107 from serpilliere/updt_version | serpilliere | 2019-12-11 | 1 | -0/+49 |
| |\ \ | |/ |/| | Release v0.1.2 | ||||
| | * | Release v0.1.2 | Fabrice Desclaux | 2019-12-11 | 1 | -0/+49 |
| |/ | |||||
| * | Merge pull request #1106 from WilliamBruneau/loader_examples | serpilliere | 2019-12-04 | 2 | -0/+43 |
| |\ | | | | | More loader examples | ||||
| | * | Example: add get_exports.dll | William Bruneau | 2019-12-02 | 1 | -0/+18 |
| | | | |||||
| | * | Example: add sc2pe.py | William Bruneau | 2019-12-02 | 1 | -0/+25 |
| |/ | |||||
| * | Merge pull request #1104 from serpilliere/multiple_fix | serpilliere | 2019-11-26 | 8 | -33/+78 |
| |\ | | | | | Multiple fix | ||||
| | * | PE: API returns None on bad traduction addreses | Fabrice Desclaux | 2019-11-25 | 2 | -8/+24 |
| | | | |||||
| | * | Jitter: add 'run' API | Fabrice Desclaux | 2019-11-25 | 2 | -2/+11 |
| | | | |||||
| | * | Loader/utils: less debug | Fabrice Desclaux | 2019-11-25 | 1 | -3/+3 |
| | | | |||||
| | * | Loader/Pe: fix py2/py3 str | Fabrice Desclaux | 2019-11-25 | 1 | -6/+2 |
| | | | |||||
| | * | Core/Interval: Add explicit api for interval | Fabrice Desclaux | 2019-11-25 | 1 | -9/+34 |
| | | | |||||
| | * | Rm dbg | Fabrice Desclaux | 2019-11-25 | 1 | -1/+0 |
| | | | |||||
| | * | Fix peb page comment | Fabrice Desclaux | 2019-11-25 | 1 | -4/+4 |
| |/ | |||||
| * | Merge pull request #1102 from serpilliere/asm_fix_instr_gen | serpilliere | 2019-11-22 | 1 | -2/+17 |
| |\ | | | | | Asmblock: fix instruction generation | ||||
| | * | Asmblock: fix instruction generation | Fabrice Desclaux | 2019-11-21 | 1 | -2/+17 |
| | | | | | | | | | Instruction length can change from forecast | ||||
| * | | Merge pull request #1101 from serpilliere/add_x86_instr | serpilliere | 2019-11-22 | 2 | -0/+6 |
| |\ \ | | | | | | | X86: add instr | ||||
| | * | | X86: add instr | Fabrice Desclaux | 2019-11-21 | 2 | -0/+6 |
| | |/ | |||||