about summary refs log tree commit diff stats
path: root/miasm/os_dep/win_api_x86_32.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert to src-layout ta/nixTheofilos Augoustis2025-10-141-3595/+0
* Improve CreateFile flags parsingwoni2024-01-161-6/+9
* Remove trailing whitespaceDuncan Ogilvie2024-01-061-2/+2
* Fix kernel32_WideCharToMultiByteThéo Combe2021-08-311-1/+4
* Merge pull request #1243 from Frky/patch-4serpilliere2020-06-091-0/+94
|\
| * Minimalistic implementation of kernel32_GetStringTypeW_Frky2020-06-091-0/+94
* | Merge pull request #1248 from Frky/patch-7serpilliere2020-06-081-1/+14
|\ \
| * | Fix MultiByteToWideChar when cbMultiByte = -1_Frky2020-06-031-1/+14
* | | Merge pull request #1247 from icecr4ck/fix_msvcrt_wcsrchrserpilliere2020-06-031-2/+2
|\ \ \ | |/ / |/| |
| * | Fix type error in msvcrt_wcsrchr and msvcrt_strrchrHugo Porcher2020-06-021-2/+2
* | | Fix bug in WideCharToMultiByte_Frky2020-05-301-1/+1
* | | Merge pull request #1241 from Frky/patch-3serpilliere2020-05-281-5/+58
|\ \ \ | |_|/ |/| |
| * | Fix bug in kernel32_MultiByteToWideChar and implement a minimalistic kernel32..._Frky2020-05-281-5/+58
* | | Add log to ldrloaddllFabrice Desclaux2020-05-271-0/+1
|/ /
* | Update win_api_x86_32.py_Frky2020-05-261-11/+58
* | Fix bug in kernel32_GetStartupInfo_Frky2020-05-261-2/+30
* | White spaces cleaningFabrice Desclaux2020-05-221-15/+15
* | Merge pull request #1230 from carolineLe/win_api_MBTWCserpilliere2020-05-191-1/+2
|\ \
| * | Win_api: fix kernel32_MultiByteToWideCharCaroline Leman2020-05-181-1/+2
* | | Add hooks for EncodePointer and DecodePointer for Win32 x86 64 API_Frky2020-05-181-0/+33
|/ /
* | Win api: Support param xxFabrice Desclaux2020-05-151-3/+9
* | Merge pull request #1225 from carolineLe/winapi_shell32serpilliere2020-05-151-3/+4
|\ \
| * | Win_api: remove quotes around commandlineCaroline Leman2020-05-141-2/+3
| * | Win_api: fix argv index in shell32_CommandLineToArgvWCaroline Leman2020-05-141-1/+1
* | | Win_api: set lasterror on FindNextFile + encoding optionsCaroline Leman2020-05-151-13/+46
|/ /
* | Win_api: fix str api usageFabrice Desclaux2020-05-121-6/+6
* | Add comments to heap allocationsFabrice Desclaux2020-05-121-1/+1
* | Fix virtual protect pagesFabrice Desclaux2020-05-021-2/+2
* | Add pe pages to allocated_pagesFabrice Desclaux2020-04-201-1/+3
|/
* win_api_x86_32: add further common windows API functionsWilli Ballenthin2020-02-041-0/+241
* Win_API: Fix VirtualProtect when splitting access rightsCaroline Leman2020-01-281-20/+46
* Jitter: add remove_memory_page apiCaroline Leman2020-01-121-4/+21
* 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
* | normalization of log messages (#1112)Sheidan2019-12-201-1/+1
|/
* Rm dbgFabrice Desclaux2019-11-251-1/+0
* Win_API: Temporary fix for ids in 64 bitsFabrice Desclaux2019-11-211-3/+3
* Clear get_str_* APIFabrice Desclaux2019-11-121-146/+151
* Adds a forgotten importMaxime Meignan2019-10-191-1/+1
* modify CreateFile to open file in binary-modestanislas2019-09-241-2/+2
* Fix get_str_ansi: return strFabrice Desclaux2019-09-221-1/+1
* Fix bytes dllnameFabrice Desclaux2019-09-221-2/+2
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-0/+2992