hakril
|
f92204a16f
|
Change def of OBJECT_ATTRIBUTES struct to handle remotectypes (#51)
|
2024-05-18 23:11:35 +02:00 |
|
clement rouault
|
494317ee99
|
Add some ctypes definition associated with file APIs
|
2024-05-11 22:27:18 +02:00 |
|
clement rouault
|
82d0c5cc5c
|
Updat eversion number + Add missing ctypes_generation environ.txt
|
2023-05-26 09:31:06 +02:00 |
|
hakril
|
f2ac6ea455
|
Fix alpc sample py3 (#45)
* ReAdded AF_ flags removed by mistake from ctypes_generation
* Adapt ALPC samples to python3 (fix #44)
---------
Co-authored-by: clement rouault <clement.rouault@exatrack.com>
|
2023-01-30 13:03:34 +01:00 |
|
clement rouault
|
f4f9798d39
|
Added some netapi ctypes_generation / winproxy apis
|
2022-11-28 17:50:17 +01:00 |
|
clement rouault
|
c1aad71dd3
|
Improved integration of ws2_32 API + add demo_ws2_32.py sample
|
2022-10-31 10:18:23 +01:00 |
|
clement rouault
|
5d9e9a240f
|
Added base for ws2_32 winproxy (define/struct/functions) + RtlMoveMemory
|
2022-10-28 18:23:56 +02:00 |
|
clement rouault
|
267ed1e85d
|
Add some ctypes_generation and generated def
|
2022-08-05 11:33:25 +02:00 |
|
clement rouault
|
63dd0130f1
|
POC of windows.system.domain
|
2022-05-27 15:34:27 +02:00 |
|
clement rouault
|
b8788058e5
|
Func parser try to not really on presence of WINAPI to search for io_info prefix on parameters
|
2022-05-09 17:41:01 +02:00 |
|
clement rouault
|
fdef64c57f
|
Added RegLoad/Unload to winproxy
|
2022-05-09 17:41:01 +02:00 |
|
clement rouault
|
e156b05e0f
|
Improving SecurityDescriptor API/functions
|
2022-05-09 17:41:01 +02:00 |
|
clement rouault
|
a7d547f994
|
Improve ctypes_generation function parser for new MSDN format of [in] [out] parameters
|
2022-05-09 17:41:01 +02:00 |
|
clement rouault
|
77d90bc4fd
|
Added Process32NextW/Process32FirstW to winproxy
|
2022-02-07 17:09:14 +01:00 |
|
clement rouault
|
df44d38356
|
Added multiple genereted_def + fixed winproxy CreateFileW
|
2021-10-19 15:42:48 +02:00 |
|
clement rouault
|
77dad71b7e
|
Added NtTerminateProcess to winproxy
|
2021-09-10 13:02:44 +02:00 |
|
clement rouault
|
735b18b369
|
Added some ntdll function to winproxy
|
2021-09-07 18:08:59 +02:00 |
|
clement rouault
|
4d988d2668
|
Added some function/struct to ctypes generation + wininet APIproxy
|
2021-08-05 11:24:18 +02:00 |
|
clement rouault
|
e7789312fd
|
Added winproxy.GetSystemTimes & some other time functions
|
2021-07-28 13:47:20 +02:00 |
|
clement rouault
|
acb66cfa78
|
Improv ctypes generation determinism for 'from .{0} import *' in dependancies
|
2021-06-25 17:22:16 +02:00 |
|
clement rouault
|
522c92cb45
|
ctypes generation file : meta.py is now one-line per entry for better git-diff
|
2021-06-25 17:19:56 +02:00 |
|
clement rouault
|
378ed31778
|
Added LookupAccountName functions
|
2021-06-25 17:19:10 +02:00 |
|
clement rouault
|
5a07f6a444
|
Removed temp/debug ctypes structure in ctypes_generation
|
2021-06-23 11:51:12 +02:00 |
|
clement rouault
|
6552312275
|
Added a custom version of SYSTEM_PROCESS_INFORMATION
|
2021-06-22 19:02:45 +02:00 |
|
clement rouault
|
5fdcbee121
|
Improved determinism of ctypes generation to reduce size of diff when regenerating
|
2021-06-21 13:45:24 +02:00 |
|
clement rouault
|
d68ff123b3
|
Added/Updated some _SYSTEM_INFORMATION_CLASS related enum/struct
|
2021-06-21 10:46:15 +02:00 |
|
clement rouault
|
1f70bdd49a
|
Added some PE resource API in generated_def / winproxy
|
2021-06-18 17:22:38 +02:00 |
|
clement rouault
|
6fe784030f
|
Added some ETW define + Trace.start() now take a mode param
|
2021-06-18 17:21:36 +02:00 |
|
clement rouault
|
408fe8aaa4
|
Added some crypto definitions + POC of dpapi with crypto.protect/unprotect
|
2021-06-15 15:38:14 +02:00 |
|
hakril
|
4f2e43ae6b
|
Merge branch 'master' of https://github.com/BrunoPujos/PythonForWindows into BrunoPujos-master & regenerated windows.generated_def
|
2021-05-24 23:16:59 +02:00 |
|
clement rouault
|
4e67a5ac95
|
Added Multiple function / define to generated def
|
2021-05-24 15:05:35 +02:00 |
|
BrunoPujos
|
83ca54d182
|
add auto-generated functions for event and file mapping; fix buf for OpenEventW which called OpenEventA
|
2021-05-18 17:13:02 +02:00 |
|
hakril
|
e2ff50e6a2
|
Added some generated def
|
2020-07-16 23:24:43 +02:00 |
|
hakril
|
2e48f9008a
|
Multiple docs update some __init__.py code (windows.debug not imported by default anymore)
|
2020-05-18 22:58:52 +02:00 |
|
hakril
|
2e7bfba3b9
|
Added some version related definition
|
2020-05-15 14:11:00 +02:00 |
|
hakril
|
ffec0aa57e
|
Renamed NewService class as Service + updated doc/sample for new service API
|
2020-05-12 00:20:16 +02:00 |
|
hakril
|
5aed4305d6
|
Port lucag device manager structures/function to ctypes generation
|
2020-05-10 23:27:18 +02:00 |
|
hakril
|
bbf031e784
|
Renamed definition/com/tst directory to better name: propertysystem
|
2020-05-04 09:52:54 +02:00 |
|
hakril
|
578b4d9193
|
Update generated def + documentation
|
2020-03-29 22:14:29 +02:00 |
|
hakril
|
c691d8eb84
|
Added EvtQuery.seek() + IsDebuggerPresent API for sample purpose
|
2020-03-19 10:33:12 +01:00 |
|
hakril
|
b27d161a6a
|
Fixed ctypes_generation about some bugs on py3
|
2020-02-13 22:13:23 +01:00 |
|
hakril
|
b490130585
|
Aded new generated ctypes_generation
|
2020-01-26 15:55:21 +01:00 |
|
hakril
|
fb2b63b66d
|
ctypes_generation now generate py3.6 compatible code :)
|
2020-01-18 23:18:25 +01:00 |
|
hakril
|
c5d8faaa4a
|
Winstruct parser accept * in array size expression
|
2020-01-17 21:09:04 +01:00 |
|
hakril
|
5ae6fb2634
|
Added new ctypes definition
|
2020-01-17 21:08:20 +01:00 |
|
hakril
|
7638080ee4
|
Added new service API allowing to find service by name easily
|
2019-11-14 13:31:20 +01:00 |
|
hakril
|
0ed859b95e
|
Added support for simple expression in array (like [MAX_PATH + 1])
|
2019-10-31 16:27:01 +01:00 |
|
hakril
|
05ee89de81
|
Adding some service related definition + added services specific access right to security.py
|
2019-10-14 21:52:54 +02:00 |
|
hakril
|
265ef59011
|
Update/Fix PROCESSINFOCLASS enum + NtSetInformationProcess use a PROCESSINFOCLASS not a PROCESS_INFORMATION_CLASS
|
2019-10-08 14:00:56 +02:00 |
|
hakril
|
6bd45e8503
|
Added regkey.empty() based on RegDeleteTreeW
|
2019-08-13 14:57:56 +02:00 |
|