hakril
|
dce802e0f3
|
Add some func/struct associated with [GS]etFileInformationByHandle
|
2024-11-08 14:46:48 +01:00 |
|
hakril
|
2ff11e7e5f
|
Candidate for 1.0.1
|
2024-11-05 09:34:04 +01:00 |
|
hakril
|
68a37443fd
|
Update some access-right names
|
2024-11-04 16:00:30 +01:00 |
|
hakril
|
91c468eba0
|
Update generated_def and winproxy
|
2024-10-23 09:55:39 +02:00 |
|
hakril
|
cbf456ac4f
|
Adding some generated_def related to Section & NtReadFile/NtWriteFile
|
2024-06-27 14:34:33 +02:00 |
|
hakril
|
ddb22444d2
|
Update version number to 1.0.0 + update documentation
|
2024-06-14 17:13:16 +02:00 |
|
hakril
|
1ab7d3cad6
|
improve documentation of generated code
|
2024-06-14 17:10:46 +02:00 |
|
hakril
|
50b0493364
|
Upgrade sphinx conf + update some doc
|
2024-06-14 16:19:44 +02:00 |
|
hakril
|
e3fd66b3d6
|
ctypes generation detect duplicate def in source file + fix duplicates
|
2024-06-14 14:24:19 +02:00 |
|
hakril
|
8472fd12a7
|
docs/generate_samples.py now use py3
|
2024-06-10 21:27:13 +02:00 |
|
hakril
|
59b3531d15
|
Update samples output
|
2024-06-10 21:26:56 +02:00 |
|
hakril
|
9770165487
|
Update readme
|
2024-06-10 18:18:23 +02:00 |
|
hakril
|
36b4bf38fc
|
Regen ctypes after rebase
|
2024-06-05 22:52:48 +02:00 |
|
hakril
|
9ce6fcef9c
|
Update ctypes_generation
|
2024-06-05 22:44:16 +02:00 |
|
hakril
|
0a2ed77302
|
Adding encoding documentation
|
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
|
f92204a16f
|
Change def of OBJECT_ATTRIBUTES struct to handle remotectypes (#51)
|
2024-05-18 23:11:35 +02: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
|
f4f9798d39
|
Added some netapi ctypes_generation / winproxy apis
|
2022-11-28 17:50:17 +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
|
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
|
5a07f6a444
|
Removed temp/debug ctypes structure in ctypes_generation
|
2021-06-23 11:51:12 +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
|
4e67a5ac95
|
Added Multiple function / define to generated def
|
2021-05-24 15:05:35 +02:00 |
|
hakril
|
caa8ef5f32
|
Added documentation about Pypi availability and installation
|
2020-07-23 10:19:55 +02:00 |
|
hakril
|
8d33e0143f
|
Updated online documentation for 0.6
|
2020-07-16 23:48:22 +02:00 |
|
hakril
|
7a368a1a23
|
Updated version to 0.6 - Py3 supported !
|
2020-07-16 23:43:23 +02:00 |
|
hakril
|
01a59a92c4
|
Updated some doc and samples
|
2020-07-16 23:26:59 +02:00 |
|
hakril
|
2e48f9008a
|
Multiple docs update some __init__.py code (windows.debug not imported by default anymore)
|
2020-05-18 22:58:52 +02:00 |
|
hakril
|
aec35a46d5
|
Added Symbol related sample output
|
2020-05-18 22:49:32 +02:00 |
|
hakril
|
027b7c1c64
|
Working on symbols documentation
|
2020-05-15 00:30:05 +02:00 |
|
hakril
|
c666882105
|
Improved available information about scheduled task + updated documentation
|
2020-05-12 23:22:00 +02:00 |
|
hakril
|
ffec0aa57e
|
Renamed NewService class as Service + updated doc/sample for new service API
|
2020-05-12 00:20:16 +02:00 |
|
hakril
|
eb131d2621
|
system.services now handle int/slice for getitem + update doc + add a sample
|
2020-05-11 23:42:51 +02:00 |
|
hakril
|
176066d917
|
Added option --attributes to enum_device, and updated the sample accordingly
|
2020-05-10 23:27:18 +02:00 |
|
hakril
|
b59522e504
|
Documented most of the classes/attributes related to devices_manager.py. Updated related rst.
|
2020-05-10 23:27:18 +02:00 |
|
hakril
|
996487cc1f
|
Added device manager documentation skeleton to docs/ as well as samples output
|
2020-05-10 23:27:18 +02:00 |
|
Reuven Peleg
|
ef580c675f
|
Fix port_name member in documentation
AlpcClient class have member name port_name, not portname
|
2020-05-08 23:39:09 +02:00 |
|
hakril
|
578b4d9193
|
Update generated def + documentation
|
2020-03-29 22:14:29 +02:00 |
|
hakril
|
54f202731d
|
Added sample + link from debug.rst for FunctionCallBP
|
2020-03-11 18:06:23 +01:00 |
|
hakril
|
fefe9f397f
|
Added autodoc for FunctionCallBP
|
2020-03-11 00:03:55 +01:00 |
|
hakril
|
f53cd00bc4
|
cosmetic changes to doc + generate html doc
|
2019-01-03 22:20:19 +01:00 |
|
hakril
|
288e87a0d3
|
Update windows.security doc + add ref to module in doc
|
2019-01-03 21:50:17 +01:00 |
|
hakril
|
abded9944d
|
Regenerated ctypes
|
2018-12-28 21:22:29 +01:00 |
|
hakril
|
a194f0be6b
|
Fixed bug in WinProxy where error add bad func name + update winproxy function list in doc
|
2018-12-21 18:52:08 +01:00 |
|
hakril
|
4f62434dfb
|
Moved lookup_sid to windows.utils + add Token to window.security + update doc about official Token path
|
2018-12-21 18:50:22 +01:00 |
|
hakril
|
fb567c6a76
|
Added some samples output + document change Kernel32Error -> WinproxyError + fix sample/readme/doc related
|
2018-12-21 18:13:28 +01:00 |
|