clement rouault
59e2cefee0
Replace binary used for test as notepad.exe is now the Notepad.exe app + add check on pop_proc about result bitness
2022-04-01 14:29:05 +02:00
clement rouault
d23a9813e9
Prevent Token.__repr__ to raise on access denied
2022-04-01 14:10:41 +02:00
clement rouault
447069df32
Process listing now use Wide API (process name is still temporary a ascii string with backslashreplace)
2022-02-07 17:10:54 +01:00
clement rouault
77d90bc4fd
Added Process32NextW/Process32FirstW to winproxy
2022-02-07 17:09:14 +01:00
clement rouault
82e3e0f3d0
Update test_pe_parsing_dotnet_32_current_process_64()
2022-02-03 15:22:18 +01:00
clement rouault
350a11515f
Added winutils datetime_from_systemtime()
2022-02-03 15:16:46 +01:00
clement rouault
61e027a678
Allow custom timeout to eventlog query
2021-12-30 13:39:38 +01:00
clement rouault
f9df80ca20
Improved handling of closing python in BaseSystemHandle.__del__
2021-11-03 09:27:13 +01:00
clement rouault
df44d38356
Added multiple genereted_def + fixed winproxy CreateFileW
2021-10-19 15:42:48 +02:00
clement rouault
1ad2ecba0d
Fix samples/find_value.py py3 compat
2021-09-22 14:51:50 +02:00
clement rouault
c4a40626b2
Improve windows.alpc message size handling and configuration using a global
2021-09-22 14:51:30 +02:00
clement rouault
fa0baf0f14
Merge branch 'master' of github.com:hakril/PythonForWindows into master
2021-09-10 13:03:00 +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
a814012574
windows.native_exec.create_function can now accept ctypes calling convention as parameter
2021-09-07 18:07:02 +02:00
clement rouault
c2be36757f
Improve injection capacity
2021-09-07 17:56:06 +02:00
hakril
134bd844d6
Fixed issue #30 about NdrContextHandle packing in py3
2021-09-06 22:07:00 +02:00
clement rouault
f45a997179
Merge branch 'master' of github.com:hakril/PythonForWindows into master
2021-08-05 11:24:36 +02:00
clement rouault
4d988d2668
Added some function/struct to ctypes generation + wininet APIproxy
2021-08-05 11:24:18 +02:00
hakril
b8ceea8f22
Added simple_x[86/64] listing of instrtuction to documentation + regenerated doc
2021-08-03 22:59:04 +02:00
clement rouault
af7e64638c
Fixed pe_parse for non-standard SizeOfOptionalHeader + .NET PE32 mapped in 64b processes
2021-07-29 20:01:51 +02:00
clement rouault
1de666c652
Merge branch 'master' of github.com:hakril/PythonForWindows into master
2021-07-28 13:47:53 +02:00
clement rouault
e7789312fd
Added winproxy.GetSystemTimes & some other time functions
2021-07-28 13:47:20 +02:00
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
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
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
9549942e6f
Merge branch 'BrunoPujos-master'
2021-05-24 23:17:51 +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
015517cd71
Fixed tests for new import windows.pipe requirement
2021-05-24 15:13:30 +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