about summary refs log tree commit diff stats
path: root/miasm2/os_dep/win_api_x86_32.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-2992/+0
* Support python2/python3Fabrice Desclaux2019-03-051-62/+81
* lstrcat fix (#968)Vladislav HrĨka2019-02-121-4/+4
* Fix typos & add codespellPierre LALET2018-12-231-11/+11
* All: updt apiFabrice Desclaux2018-10-121-54/+52
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-1/+3
* Code cleaning: lgtm.comFabrice Desclaux2018-08-231-3/+1
* VirtualProtect: act on multiple pagesAjax2018-06-041-1/+4
* VirtualProtect: get old access *before* setting the new oneAjax2018-06-041-1/+2
* Jitter: fix apiFabrice Desclaux2018-04-151-27/+25
* WinAPI: fix ntdll memset abiFabrice Desclaux2018-01-111-2/+2
* Various Win32 API additions/fixes (#616)Adrien Guinet2017-10-311-5/+212
* Win_api: updt r0 dbg listFabrice Desclaux2017-08-181-1/+1
* Win_api: updt time functionsFabrice Desclaux2017-08-181-23/+66
* Win_api: fix access_dictFabrice Desclaux2017-08-181-64/+16
* Add a few log to str manipulation functionsAjax2017-05-091-1/+5
* Fix strcpyn behavior at limitAjax2017-05-091-2/+4
* set breakpoint handler in ntdll_LdrGetProcedureAddress()Aymeric Vincent2017-04-211-0/+1
* Add support for kernel32_LoadLibraryExW in os_dep.win_api_x86_32.pyMaxime Meignan2016-10-141-2/+10
* Os_dep: fix get/set strFabrice Desclaux2016-09-291-164/+160
* Jitter/win: fix TIB accessesFabrice Desclaux2016-09-061-3/+3
* Win_api: fix setfilepointerFabrice Desclaux2016-08-101-4/+6
* Win_api: infoFabrice Desclaux2016-06-241-26/+18
* Jitter/vm: Suppport memory commentFabrice Desclaux2016-02-191-5/+10
* Core/utils: sanitize whoami/get_caller_nameFabrice Desclaux2016-02-191-6/+1
* Remove unused variablesAjax2016-02-041-3/+3
* Os_dep/win: multiple fixFabrice Desclaux2015-11-221-7/+15
* Os_dep: fix swastartupFabrice Desclaux2015-11-151-1/+1
* Jitter: fix example apiFabrice Desclaux2015-07-161-2/+0
* Win_api: fix tipoFabrice Desclaux2015-07-021-1/+1
* Win_api: Support null file mappingFabrice Desclaux2015-07-021-3/+12
* Win_api: fix cornercasesFabrice Desclaux2015-07-011-1/+6
* os_dep: PEP8 compliancePierre LALET2015-06-281-41/+46
* os_dep: factorize file sandboxing codePierre LALET2015-06-281-51/+39
* Win_api: Remove unused commentserpilliere2015-05-241-1/+0
* Win_api: fix getprocaddr bad ptr tuncationFabrice Desclaux2015-05-241-1/+1
* Remove lazy logging patternAjax2015-03-301-16/+16
* Fixed bad string format on warning in kernel32_GetModuleFileName()gg2015-02-201-2/+2
* PyLint: Remove keyword redefinition, bad open modeCamille Mougey2015-02-181-4/+4
* os_dep: replace wildcard importsPierre LALET2015-02-181-3/+4
* os_dep.win_api_x86_32: use argument lists in .func_args_*(), (bug)fixesPierre LALET2015-02-171-879/+693
* os_dep: reorder importsPierre LALET2015-02-171-7/+10
* Os_dep/Win: Add GetProcAddress lib handlerFabrice Desclaux2015-01-291-1/+1
* Kernel32: GetModuleFileName: Give a hint on warning (hcurmodule)Camille Mougey2014-12-031-1/+2
* win_32_api: update createfileFabrice Desclaux2014-10-161-1/+12
* os_dep: factor code in common moduleFabrice Desclaux2014-10-071-58/+18
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-071-0/+2964