hakril
3818bb2e3d
Add V1 of ctypes_definition for TEB
2025-01-31 13:46:11 +01:00
hakril
5d7e074039
Merge pull request #73 from dariushoule/windows_store_interpreter_tweaks
...
Improved behavior when running under Microsoft Store python interpreters
2025-01-29 00:57:08 -08:00
Darius Houle
52859d19c4
feedback revisions
2025-01-26 23:38:50 -07:00
hakril
6d621e0716
Merge pull request #74 from hakril/improve_injection_exceptions
...
Improve injection error reporting
2025-01-26 10:15:46 -08:00
hakril
f80c473de0
More sleep for more test stability ?
2025-01-24 10:46:13 +01:00
hakril
d0a5dc3c61
more testing
2025-01-24 10:37:18 +01:00
hakril
ba704d6525
Improve test on injection: test on suspended processes
2025-01-24 10:37:18 +01:00
hakril
42546483dd
Add tests to reproduce setup/errors of #72
2025-01-24 10:37:18 +01:00
hakril
f99dc61bb2
More tests fix stability
2025-01-24 09:47:50 +01:00
hakril
ddc9f16e9c
More tests fix
2025-01-24 09:30:23 +01:00
hakril
ab4a4561a3
Trying to improve stability of test_standard_breakpoint_X_remove
2025-01-24 09:13:01 +01:00
Darius Houle
6715b08ed7
2 test robustness improvements, helpful message on interpreter sandbox error
2025-01-20 12:53:27 -07:00
hakril
7c0c130eec
reduce risk ok test_standard_breakpoint_remove deadlock
2025-01-15 23:36:52 +01:00
hakril
766f1f5e0a
Improving system.version_number for 10+ by taking build number into account
2025-01-10 11:01:05 +01:00
hakril
3428acc580
Add a test for gdef.HRESULT_FACILITY()
2025-01-08 19:33:56 +01:00
hakril
0b0b88a270
more ORPC test : windows iexplore this time
2025-01-07 18:23:01 +01:00
hakril
a45ad2b48c
Remove breakpoint in test_orpc_network_manager
2025-01-07 18:23:01 +01:00
hakril
d535440a44
Add stubborn implementation + first orpc test based on that
2025-01-07 18:23:01 +01:00
hakril
4b034fc0fe
Add RpcClient with DCOM capabilities handling multiple versions (localthis/localthat)
2025-01-07 18:23:01 +01:00
hakril
b25fc491df
More tests fixup
2024-10-24 18:34:00 +02:00
hakril
3de820046d
Fix or improv test resilience
2024-10-24 17:32:20 +02:00
hakril
92863f7944
improve test_pe_parse.py resiliance to system32 pe format change
2024-10-24 17:13:28 +02:00
hakril
53554f45ab
Improve handling of Jmp/Call/Push/Pop
2024-06-27 14:22:40 +02:00
hakril
006dce7054
Add tests for non-handled instruction format in simple x86/x64
2024-06-27 14:03:39 +02:00
hakril
703c7f2ec2
Fix windows.native_exec.cpuid for py3
2024-06-14 14:22:21 +02:00
hakril
b1f0d74a3a
Fix serviceManager handle closing + winproxy.SetThreadToken for py3
2024-06-10 21:25:08 +02:00
hakril
40f9420078
More tests & unicode values
2024-06-10 17:28:48 +02:00
hakril
8f828a6018
Remove breakpoint from test
2024-06-05 22:47:26 +02:00
hakril
13dc869af6
Add unicode tests + comments
2024-06-05 22:47:26 +02:00
hakril
d61067fe5e
Transfering base of symbol API to Wide + tests
2024-06-05 22:47:06 +02:00
hakril
bb4271d97b
windows.system.device_manager handle unicode + test
2024-06-05 22:46:51 +02:00
hakril
d756cb1027
windows.system.etw support unicode + tests
2024-06-05 22:46:51 +02:00
hakril
5ae315b317
winutils fonction use Wide APIs
2024-06-05 22:46:51 +02:00
hakril
6f55a4736e
windows.system now use W() APIs
2024-06-05 22:46:51 +02:00
hakril
cab8be5311
Fix some tests
2024-06-05 22:46:51 +02:00
hakril
d1e13fda8a
Improve test for unicode
2024-06-05 22:46:51 +02:00
hakril
a8414c975d
Pipe API use Wide + support unicode
2024-06-05 22:45:46 +02:00
hakril
87e1c998a6
Add test on logicaldrives for py3
2024-06-05 22:45:46 +02:00
hakril
247140123c
More tests fix
2024-06-05 22:45:46 +02:00
hakril
a580d825ae
More unicode compat / more fix
2024-06-05 22:45:46 +02:00
hakril
1b5097050b
Remove breakpoint in test_security_descriptor_from_unicode_file()
2024-06-05 22:45:46 +02:00
hakril
412c725fba
Improve pycompat urepr_encode for non-tty stdout + fix some tests
2024-06-05 22:45:46 +02:00
hakril
7a7e6935d1
More encoding testing of CI
2024-06-05 22:45:46 +02:00
hakril
a580153da9
More encoding tests
2024-06-05 22:45:46 +02:00
hakril
33766c2ffd
Working on WinAPI Wide-transition
2024-06-05 22:43:30 +02:00
hakril
6bf8f77617
Added IO definitions + ability to use CTL_CODE() macro in windef
2024-06-03 18:53:16 +02:00
hakril
feafb52c2a
Implem x64 mem_access [RIP+DISP32] + few test + fix raw instr
2024-05-21 16:05:45 +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
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