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
|
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
|
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
|
fb9ff96a11
|
Fixed current_process.read_string/wstring for page end + tests
|
2021-06-22 19:03:35 +02:00 |
|
clement rouault
|
015517cd71
|
Fixed tests for new import windows.pipe requirement
|
2021-05-24 15:13:30 +02:00 |
|
hakril
|
466d94c03c
|
Fixed broken basestring for py3 compatibility (see issue #15)
|
2020-05-02 23:12:25 +02:00 |
|
hakril
|
80c6a747da
|
Updated test for py3
|
2020-02-13 22:12:40 +01:00 |
|
hakril
|
a7175be425
|
Added/fixed some test
|
2020-02-02 18:11:13 +01:00 |
|
hakril
|
370210a610
|
Fix a bug in MEMORY_BASIC_INFORMATION64 extended struct + add related test
|
2019-01-03 21:51:35 +01:00 |
|
hakril
|
fff2f37781
|
Add WMI create-process sample + improved some sample feature/doc
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
e46dc48c37
|
Addapt codebase and tests to winproxy refactoring (replace Kernel32Error to WinproxyError)
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
a559c5c295
|
Update some doc / test + some ctypes generation definition
|
2018-06-05 11:34:52 +02:00 |
|
hakril
|
e918d735a1
|
Tests injecting python in remote process now check that target python is installed
|
2018-03-28 23:14:41 +02:00 |
|
hakril
|
34c2d94bc2
|
Some fixes in code/samples/test
|
2018-03-27 20:37:30 +02:00 |
|
hakril
|
4499080a77
|
Remote load library now use LoadLibraryW and get_mapped_filename use GetMappedFileNameW: return unicode str in every case
|
2018-02-07 13:14:25 +01:00 |
|
hakril
|
c135780ba9
|
Add Process.virtual_protect default value for 'old_protect' + add test for Improved LSA_UNICODE_STRING used in PEB.ProcessParameters + find_value now search in ntstatus values
|
2017-11-24 17:46:07 +01:00 |
|
hakril
|
b3117ce4e3
|
pytest integration finished + moved tests/ to top dir
|
2017-09-10 18:57:59 +02:00 |
|