hakril
d3d6410276
Update readme + version number ( #52 )
0.6.8
2024-05-19 19:12:12 +02:00
hakril
9a0868da15
Enable debugger testing in CI ( #50 )
...
Fix hang & improves tests related to the debugger + activate Debugger tests in CI
2024-05-18 23:40:34 +02:00
clement rouault
117ea557f7
Trying to improve stability in CI with more sleep()
2024-05-18 23:31:09 +02:00
hakril
f92204a16f
Change def of OBJECT_ATTRIBUTES struct to handle remotectypes ( #51 )
2024-05-18 23:11:35 +02:00
hakril
d8b2770046
Improve test config/code for better test coverage in CI ( #49 )
...
* Improve test detection of other-bitness installation status
* Install capstone-windows in CI for better test coverage
---------
Co-authored-by: clement rouault <clement.rouault@exatrack.com >
2024-05-14 20:56:50 +02:00
hakril
e3bcde7d63
Add github actions for pytest CI ( #48 )
...
Integration of github CI testing workflows for python2.7 / 3.6 & 3.11 + Fix some tests & code failing
2024-05-14 18:44:04 +02:00
clement rouault
494317ee99
Add some ctypes definition associated with file APIs
2024-05-11 22:27:18 +02:00
clement rouault
46daca9539
Merge branch 'fix_alpc_sample_py3'
2024-05-11 22:17:59 +02:00
clement rouault
82d0c5cc5c
Updat eversion number + Add missing ctypes_generation environ.txt
2023-05-26 09:31:06 +02:00
clement rouault
0eb78f21bd
Added Environment API to winproxy + windows.system.environ : a unicode environ even on py2
2023-05-26 09:25:19 +02:00
clement rouault
0f501ab46d
Service API are now full Wide / service object now use unicode strings
2023-01-30 13:12:18 +01: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
2828f496bd
Adapt ALPC samples to python3 ( fix #44 )
2023-01-12 12:53:38 +01:00
clement rouault
f295a081b1
ReAdded AF_ flags removed by mistake from ctypes_generation
2022-11-29 12:58:43 +01:00
clement rouault
681fba942f
Added SecurityDescriptor explain for SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE
2022-11-28 17:50:51 +01:00
clement rouault
f4f9798d39
Added some netapi ctypes_generation / winproxy apis
2022-11-28 17:50:17 +01:00
clement rouault
09fa7c49ec
Adding windows.winproxy.RtlMoveMemory
2022-10-31 10:24:25 +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
d7d2dacf33
Fixed thread.teb_base + add thread.teb_syswow_base for TEB64 of Syswow process
2022-08-05 11:30:45 +02:00
clement rouault
3d7266ad50
Added some generated def files
2022-05-27 15:35:13 +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
5fa4ca6aae
Fixed bug introduced in token.privileges in ad592980 + associated tests
2022-05-09 17:24:55 +02:00
hakril
ad59298015
Token privilege code use W() API + use of GetNamedSecurityInfoW in security.py (fix issue #40 )
2022-05-07 11:35:36 +02:00
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