about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-28Fix bug in Microsoft x86-64 calling convention_Frky1-1/+4
2020-01-28Test/Win Api: Add test to virtualprotect functionsCaroline Leman1-1/+46
2020-01-28Win_API: Fix VirtualProtect when splitting access rightsCaroline Leman1-20/+46
2020-01-12Jitter: add remove_memory_page apiCaroline Leman5-6/+74
2020-01-10jitter.loader.pe: add docstrings for import/export accessorsWilli Ballenthin1-2/+31
2020-01-06Loader/PE: Initialize entry.originalfirstthunks if emptyCaroline Leman1-1/+1
2020-01-03Win_API: Fix str/bytes manipulations for set_mem/add_memory_pageWilliam Bruneau1-21/+18
2019-12-23Loader/PE: add minimal tls supportFabrice Desclaux2-0/+38
2019-12-20normalization of log messages (#1112)Sheidan37-37/+37
2019-12-19mmap: ignore offset if MAP_ANONYMOUS setSh3idan1-2/+3
2019-12-12Bump version, pipFabrice Desclaux1-0/+8
2019-12-11Fix setup for pypiFabrice Desclaux2-2/+58
2019-12-11DSE: on mem_read, use parent behavior instead of no treatmentCamille Mougey1-1/+1
2019-12-11