Mastho
d4fd2ffdbc
Fix winutils check_debug API ( #25 )
...
Now using the windows.system.registry object
2021-07-22 19:36:31 +02:00
clement rouault
8b90c96c1a
utils.create_process now use CreateProcessW for simpler py3 usage + fix code in WinProcess.read_[w]string + associated tests
2021-07-13 13:22:50 +02:00
clement rouault
42fac92940
Added some setter in task-scheduled definition
2021-06-25 17:32:14 +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
fb9ff96a11
Fixed current_process.read_string/wstring for page end + tests
2021-06-22 19:03:35 +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
dfdad6edf0
Added some fields to windows.debug.symbols.SymbolType
2021-06-21 10:46:54 +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
clement rouault
1d128f43ab
native_function.CustomAllocator now has the ability to be closed, freeing its pages.
2021-06-15 15:35:46 +02:00
clement rouault
c68dc4e29a
Syswow.py 32->64 calls should now work with multi-threads
2021-06-15 15:33:28 +02:00
clement rouault
cd87544fc7
Fix a concurrency error in simple_x86
2021-06-15 15:32:23 +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
d05c067f65
Added compress_buffer utils + custom compression type to decompress_buffer
2021-05-24 15:14:14 +02:00
clement rouault
4e67a5ac95
Added Multiple function / define to generated def
2021-05-24 15:05:35 +02:00
BrunoPujos
5052d99199
added .py autogenerated for event and filemapping functions
2021-05-19 10:19:14 +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
srounet
eab219610d
add Pushad/Pushfd/Pushfq mnemonics and alias to Jz ( #20 )
...
* add register mnemonics and alias to Jz
* remove push/popal use expected_result to overwrite result
* add x64 instructions
* fix an issue with pushfd popfd Instructions not matching the intel specification
2021-05-04 19:31:42 +02:00
clement rouault
83b02310e4
Added some doc in eventlog xpath usage
2021-04-28 13:54:22 +02:00
clement rouault
542eb33aa6
Fix issue #19 about x86/x64 bad Test encoding
2021-04-27 21:32:49 +02:00
clement rouault
39d683ffeb
Fix & Test infinite look in regkey.values in certains conditions
2021-04-19 09:23:37 +02:00
clement rouault
3149961634
Retrieving process ppid now use limited_handle, allowed more case of sucessful retrieval
2021-03-05 16:37:48 +01:00
clement rouault
86d02ee17d
De not import windows.pipe by default anymore
2021-01-12 15:30:13 +01:00
hakril
04cbbf3888
Fixed a Evthandle leak on evtlog code
2020-09-08 13:34:20 +02:00
hakril
8e257f9678
Added some code resulting from exploration in COM/remote ctypes
2020-07-16 23:37:41 +02:00
hakril
34254dfde2
Improving NDR packing for some easy to fix corner cases
2020-07-16 23:35:05 +02:00
hakril
0f49dff128
Added some docstrings
2020-07-16 23:33:27 +02:00
hakril
e2ff50e6a2
Added some generated def
2020-07-16 23:24:43 +02:00
hakril
47f3e64c84
Added some required generated def
2020-06-22 14:07:51 +02:00
hakril
d8ac02e6a2
Improved NDR padding capabilities for primitive types
2020-06-15 10:00:05 +02:00
hakril
0fa8026c1b
Fix localdebugger (and sample) for python3
2020-06-05 17:10:45 +02:00
hakril
e4c0f8645e
Adapted symbol code & samples for py3 compat
2020-05-18 23:07:33 +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
e70c97cbfc
Added symbol sample + SymbolDebugger
2020-05-18 22:48:12 +02:00
hakril
5b210b50cb
Updated some code in object manager
2020-05-18 22:45:08 +02:00
hakril
027b7c1c64
Working on symbols documentation
2020-05-15 00:30:05 +02:00
hakril
3151155670
Added a fonction to translate comdate format to datetime + fix DisableWow64FsRedirection for 32b system
2020-05-12 23:27:50 +02:00
hakril
38aef8e497
Fix py3 compat for some remote ctypes code
2020-05-12 23:27:01 +02:00
hakril
c666882105
Improved available information about scheduled task + updated documentation
2020-05-12 23:22: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
eb131d2621
system.services now handle int/slice for getitem + update doc + add a sample
2020-05-11 23:42:51 +02:00
hakril
042e77acf1
Updated doc of event_log.py
2020-05-11 23:42:51 +02:00
hakril
b59522e504
Documented most of the classes/attributes related to devices_manager.py. Updated related rst.
2020-05-10 23:27:18 +02:00
hakril
0ec8ae2fa6
Adapted device manager samples & small API improvements
2020-05-10 23:27:18 +02:00
hakril
1077541ec4
POC of new high-level API for device manager adapted from lucasg work
2020-05-10 23:27:18 +02:00