hakril
|
f668288dfc
|
Fix bad escape in some docstrings
|
2025-02-01 22:44:53 +01:00 |
|
hakril
|
0c9c7d3f49
|
Improve system.versionstr + doc + reset CI to windows-latest
|
2025-01-10 11:41:40 +01:00 |
|
hakril
|
0a0b96a9ca
|
Fix new version_name to unicode
|
2025-01-10 11:09:00 +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
|
31f7d1c593
|
Add windows.system.display_version + update version number + doc
|
2025-01-07 18:23:32 +01:00 |
|
hakril
|
50b0493364
|
Upgrade sphinx conf + update some doc
|
2024-06-14 16:19:44 +02:00 |
|
hakril
|
40f9420078
|
More tests & unicode values
|
2024-06-10 17:28:48 +02:00 |
|
hakril
|
b003d9ee32
|
reintroduce system.build_number as system.versionstr
|
2024-06-05 22:47:26 +02:00 |
|
hakril
|
6f55a4736e
|
windows.system now use W() APIs
|
2024-06-05 22:46:51 +02:00 |
|
hakril
|
72a7f52ae2
|
Fix enumerate_threads_setup_owners()
|
2024-06-05 22:45:46 +02:00 |
|
hakril
|
5217506705
|
Change system.build_numer to actuel int NtBuildNumber + added system.kuser_shared_data
|
2024-06-05 22:43:30 +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
|
63dd0130f1
|
POC of windows.system.domain
|
2022-05-27 15:34:27 +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 |
|
hakril
|
0f49dff128
|
Added some docstrings
|
2020-07-16 23:33:27 +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
|
1077541ec4
|
POC of new high-level API for device manager adapted from lucasg work
|
2020-05-10 23:27:18 +02:00 |
|
hakril
|
4d3b3e18ad
|
Lot of small py3 compat fix
|
2020-02-13 22:23:20 +01:00 |
|
hakril
|
7638080ee4
|
Added new service API allowing to find service by name easily
|
2019-11-14 13:31:20 +01:00 |
|
hakril
|
032de6a848
|
Moved bits.py to winobject/ + added windows.system.bits as entrypoint
|
2019-08-05 22:32:10 +02:00 |
|
hakril
|
b160935747
|
Added current etw code (event_trace)
|
2019-05-31 09:06:09 +02:00 |
|
hakril
|
e6a022f8be
|
Add windows.system.edition
|
2018-07-13 18:08:00 +02:00 |
|
hakril
|
c59af86910
|
Renamed kernobj.py to object_manager.py and added to windows.system.object_manager + improve API + beginning of doc
|
2018-06-11 17:55:11 +02:00 |
|
hakril
|
041a354d17
|
Update some doc + document windows.system.modules
|
2018-06-11 11:09:48 +02:00 |
|
hakril
|
525432fecd
|
Add a POC for windows.system.modules to replace winutils.get_kernel_modules()
|
2018-06-05 21:55:54 +02:00 |
|
hakril
|
93bb9b6540
|
Add doc/sample/test for event log code
|
2018-06-05 11:30:25 +02:00 |
|
hakril
|
057d4e5408
|
Add scheduled_task code/doc-source/tests
|
2018-06-01 12:20:13 +02:00 |
|
hakril
|
8840b9fdb9
|
updated doc
|
2018-03-07 10:24:46 +01:00 |
|
hakril
|
65726e706f
|
Add Int X86/64 instruction
|
2018-01-13 16:40:21 +01:00 |
|
Clement Rouault
|
8ba325afd2
|
Add a new FlagMapper to easily transform int to Flag and change to code use it
|
2017-11-10 13:47:27 +01:00 |
|
Clement Rouault
|
5a79e15440
|
Improve WMI capabilities by adding access to various namespaces + listing methods + add CurrentProcess.load_library
|
2017-11-08 17:55:47 +01:00 |
|
Clement Rouault
|
e9c62a125c
|
add system.build_number + better handling of closing python in Winprocess.__del__
|
2017-08-17 18:49:42 +02:00 |
|
hakril
|
3d33c97335
|
add system.windir + needed winfuncs
|
2017-08-16 09:25:23 +02:00 |
|
Clement Rouault
|
f9a650fcf3
|
WinThread is not a THREADENTRY32 anymore + add Winprocess.peb.exe
|
2017-04-27 12:06:04 +02:00 |
|
Clement Rouault
|
c0d03a2f58
|
Fix some handle leak, debugger close hFile on event + enumerate processes/threads close snap handle
|
2017-04-26 14:46:45 +02:00 |
|
Clement Rouault
|
bc9d3b61ef
|
Draft version of system handles
|
2016-06-07 17:13:44 +02:00 |
|
Clement Rouault
|
971610bbe3
|
[WIP] system.handles
|
2016-06-06 17:24:30 +02:00 |
|
Clement Rouault
|
dfe8217259
|
Fix system.version_name on windows10
|
2016-05-13 16:31:07 +02:00 |
|
Clement Rouault
|
5b66242680
|
writing some doc
|
2016-04-18 23:09:26 +02:00 |
|
Clement Rouault
|
6c1b4cf5e6
|
More doc / sample
|
2016-03-30 18:27:40 +02:00 |
|
hakril
|
53e131831d
|
Writing / updating some doc
|
2016-03-29 23:41:54 +02:00 |
|
Clement Rouault
|
3cb8cc6f9e
|
Refactor: new winobject directory
|
2016-03-23 13:42:54 +01:00 |
|