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 |
|
hakril
|
b9fe4d19e5
|
Added ControlService + service.stop() + service.start() accept arguments
|
2019-08-08 10:28:22 +02:00 |
|
hakril
|
7c816acdda
|
windows.system.registry does not use _winreg at all anymore
|
2019-08-05 22:26:28 +02:00 |
|
hakril
|
0697891026
|
Some improvment to ctypes generation + a lot of new definitions
|
2019-08-05 16:55:35 +02:00 |
|
hakril
|
b160935747
|
Added current etw code (event_trace)
|
2019-05-31 09:06:09 +02:00 |
|
hakril
|
554a6b0572
|
Added some more ctypes defition
|
2019-05-18 23:35:52 +02:00 |
|
hakril
|
f9104141e5
|
Added/refactored many ctypes_generation definitions
|
2019-04-26 13:49:55 +02:00 |
|
hakril
|
5794a92168
|
ctypes_generation now handle anonymous sub-struct/union
|
2019-04-26 13:43:41 +02:00 |
|
hakril
|
4e8a765bd6
|
Added some generated def
|
2019-01-22 15:02:18 +01:00 |
|
hakril
|
370210a610
|
Fix a bug in MEMORY_BASIC_INFORMATION64 extended struct + add related test
|
2019-01-03 21:51:35 +01:00 |
|
hakril
|
c2f2f4c0a5
|
Flag repr does not print long 'L' at the end of hex value
|
2018-12-28 21:13:40 +01:00 |
|
hakril
|
f522f08e7f
|
Fix token.py doc + improve NDR with new class + doc NdrString new behavior + update uac.py sample to match new NdrString
|
2018-12-21 16:05:37 +01:00 |
|
hakril
|
a9a39bc53f
|
Added multiple ctypes_generation definition + some winproxy functions
|
2018-12-21 15:31:51 +01:00 |
|
hakril
|
6c4a5f7d65
|
Added LoadLibraryEx[AW] + FreeLibrary to winproxy
|
2018-11-27 14:38:29 +01:00 |
|
hakril
|
5df8cc96dc
|
enum mapper is now a FlagMapper + improve winfunc parsing
|
2018-11-26 22:39:31 +01:00 |
|
hakril
|
2a4bdd7e30
|
removing crypto ECRYPT_DATA_BLOB. now CRYPT_DATA_BLOB is extended_struct + testing new API in crypto object
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
cf6c813002
|
ComInterface now expose a callback for ctypes error handling. Allow COM interface to change/handle the raised Exception
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
b167c6e70f
|
Made some improvement of error handling by ApiProxy + some new generated def
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
91cbcce38f
|
Added some definition + POC of FlagExtractor
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
33ca0c9c34
|
Added many security-related defines + moved improved-psid in extended_structs
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
272ad24f15
|
Added extended-struct capabilities to simple_type.txt
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
967c18d521
|
Added POC WinProcess.memory_info + some crypto defines
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
570436120b
|
Added some functions
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
7a313f57c1
|
Added some crypto-related ctypes_generation definitions + generate.py now try to check for out-of-order definition
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
c97d149630
|
Added some ctypes_generation definitions
|
2018-08-02 18:42:36 +02:00 |
|
hakril
|
e6a022f8be
|
Add windows.system.edition
|
2018-07-13 18:08:00 +02:00 |
|
hakril
|
d232928780
|
Added some generated def + some winproxy functions
|
2018-07-13 14:33:50 +02:00 |
|
hakril
|
3d69ad3cb5
|
Add some definition in ctypes generation + winproxy wrappers; fix com.py imports
|
2018-06-05 11:38:57 +02:00 |
|
hakril
|
a559c5c295
|
Update some doc / test + some ctypes generation definition
|
2018-06-05 11:34:52 +02:00 |
|
hakril
|
057d4e5408
|
Add scheduled_task code/doc-source/tests
|
2018-06-01 12:20:13 +02:00 |
|