hakril
|
19da4ad36a
|
Fix NdrCString not accepting strings in python3
|
2025-10-15 14:40:38 +02:00 |
|
hakril
|
c46f086b88
|
Version 1.0.4
Version 1.0.4
v1.0.4
|
2025-08-14 01:54:50 -07:00 |
|
hakril
|
d3e8d73ac7
|
fix test_certificate_from_store for py2.7
|
2025-08-14 10:46:37 +02:00 |
|
hakril
|
8fa8cf9be1
|
Regenerating documentation for 1.0.4
|
2025-08-14 10:37:06 +02:00 |
|
hakril
|
fdda80fad6
|
Update version number to 1.0.4
|
2025-08-14 10:35:58 +02:00 |
|
hakril
|
650c672625
|
Fix samples/ntcall.py for new no-kALSR leak returned value in windows
|
2025-08-14 10:25:59 +02:00 |
|
hakril
|
6c00426815
|
Add new crypto definitions + function for PEM encoding/decoding
|
2025-08-14 10:25:30 +02:00 |
|
hakril
|
d0e8443576
|
Merge pull request #82 from hakril/fixing_bp
Fixing somes bugs related to Advanced breakpoints & remotectypes
|
2025-08-14 01:01:57 -07:00 |
|
hakril
|
4b71ebb174
|
DBG: fix py2 compat
|
2025-08-11 15:01:10 +02:00 |
|
hakril
|
35e7a8da4a
|
Add fix + tests to handle debugger memory-bp triggering twice on same instruction (when instruction write on 2 != pages)
|
2025-08-11 13:11:38 +02:00 |
|
hakril
|
c46d76a846
|
Fixing pass_memory-breakpoint logic
|
2025-08-07 16:59:02 +02:00 |
|
hakril
|
bef410a1c3
|
Fix windows tested version with server-2019 deprecation: https://github.com/actions/runner-images/issues/12045
|
2025-08-01 11:32:48 +02:00 |
|
hakril
|
426d28ded9
|
more fix in breakpoints extract_arguments_64bits
|
2025-08-01 11:15:05 +02:00 |
|
hakril
|
5f5ad2531b
|
Fixing a bug in FunctionParamDumpBPAbstract triggering remote null deref
|
2025-08-01 09:21:07 +02:00 |
|
hakril
|
9aaf2c6f6c
|
Merge pull request #81 from hakril/ljmpx86
Add simplex_86 ljmp with standard parameter format handling for ptr16:32
|
2025-06-30 07:18:07 -07:00 |
|
hakril
|
8d5bb5c032
|
Add simplex_86 ljmp with standard parameter format handling for ptr16:32
|
2025-06-30 15:48:59 +02:00 |
|
hakril
|
e4ca049004
|
Merge pull request #80 from hakril/updates
Updates
|
2025-05-15 01:28:06 -07:00 |
|
hakril
|
5da940a7cb
|
Reupdate doc
|
2025-05-15 09:51:59 +02:00 |
|
hakril
|
d8b1ec6536
|
Update CurrentProcess.virtual_alloc to match Winprocess.virtual_alloc parameters + tests
|
2025-05-15 09:46:38 +02:00 |
|
hakril
|
dd9a809a58
|
Add CertificateStore.from_user_store
|
2025-05-15 09:33:17 +02:00 |
|
hakril
|
596ab22f1f
|
Update doc
|
2025-05-15 09:32:55 +02:00 |
|
hakril
|
7446517863
|
Add type parameter for WinProcess.virtual_alloc
|
2025-05-15 09:27:45 +02:00 |
|
hakril
|
1481e9cd46
|
Add some crypto-related ctypes definitions
|
2025-05-15 09:27:18 +02:00 |
|
hakril
|
37d5e9089e
|
Add use_memoryview param to NdrStream() for speed. Default=False as it currently require special handling in response.
|
2025-05-15 09:00:59 +02:00 |
|
hakril
|
87eace22a0
|
Improve test_new_event() stability by improving wait time
|
2025-05-05 13:02:53 +02:00 |
|
hakril
|
1573271634
|
Merge pull request #79 from hakril/fix_rpc_view
Bug in `RPCClient._get_response_effective_data` for 32b process
|
2025-05-05 02:57:45 -07:00 |
|
hakril
|
df8a63e918
|
Fix bug in rpc client response view parsing in 32b process
|
2025-05-05 11:28:21 +02:00 |
|
hakril
|
85a40d84f6
|
Fix test_rpc_response_as_view for better compat
|
2025-05-05 11:20:02 +02:00 |
|
hakril
|
b0d6003ded
|
Create a test for RPCClient parsing of response in view. Should trigger a bug in 32b
|
2025-05-05 10:56:58 +02:00 |
|
hakril
|
a5b5c06bcd
|
Merge pull request #78 from hakril/arm64
Minimal ARM64 consideration
|
2025-03-07 06:42:29 -08:00 |
|
hakril
|
520fa864b8
|
Disable ARM64 tests until github publish ARM64 github runners
|
2025-03-07 15:28:54 +01:00 |
|
hakril
|
6c588cf723
|
Improve thread CONTEXT defitions + ARM64_CONTEXT
|
2025-03-06 10:30:00 +01:00 |
|
hakril
|
8eb3384fcf
|
Change test exe to msiexec.exe + pop_proc64 force machine AMD64 with PROC_THREAD_ATTRIBUTE_MACHINE_TYPE
|
2025-02-14 18:52:22 +01:00 |
|
hakril
|
b4c0223377
|
Fix typo in test import
|
2025-02-14 17:01:00 +01:00 |
|
hakril
|
11665c4608
|
More xfail for ARM64 -> @cross_heaven_gates
|
2025-02-14 16:52:04 +01:00 |
|
hakril
|
45b781b96c
|
Still playing with xfail identification for arm64 tests
|
2025-02-13 20:53:03 +01:00 |
|
hakril
|
83af73a872
|
Fix tests\test_injection.py
|
2025-02-12 12:18:38 +01:00 |
|
hakril
|
be935b0f68
|
Improve test marking
|
2025-02-12 10:26:41 +01:00 |
|
hakril
|
8a14cc5b3a
|
Automatic xfail on python injection for ARM64 target process
|
2025-02-12 09:51:56 +01:00 |
|
hakril
|
1ad456049a
|
Improve stubborn stability on Windows 17763
|
2025-02-11 18:24:46 +01:00 |
|
hakril
|
16e10af8d8
|
Testing ARM64 CI continue-on-error
|
2025-02-11 17:41:19 +01:00 |
|
hakril
|
ebded59c43
|
More test stability for ARM64
|
2025-02-11 17:12:22 +01:00 |
|
hakril
|
a418035e1e
|
More test stability
|
2025-02-11 15:37:09 +01:00 |
|
hakril
|
e3c6deeee7
|
Fix hang in test_getset_syswow_context on ARM64
|
2025-02-11 14:37:44 +01:00 |
|
hakril
|
d4952e21ba
|
More arm64 heaven gate NotImplementedError()
|
2025-02-11 14:03:35 +01:00 |
|
hakril
|
fc0c81eb70
|
Fix pe parsing for section with 8bytes name
|
2025-02-11 10:37:00 +01:00 |
|
hakril
|
bd52b1a5a3
|
More tests adaptation for arm64
|
2025-02-10 15:26:41 +01:00 |
|
hakril
|
064b22f99e
|
Still improving tests for ARM64
|
2025-02-10 10:01:55 +01:00 |
|
hakril
|
909669321b
|
Improve pipe tests stability / error trigger
|
2025-02-10 08:50:08 +01:00 |
|
hakril
|
405616290f
|
Improve test_pe fixture stability
|
2025-02-08 19:44:39 +01:00 |
|