Releases: hakril/PythonForWindows
Releases · hakril/PythonForWindows
v1.0.4
What's Changed
- Add some func/struct associated with [Set/Get]FileInformationByHandle by @hakril in #63
- Service handler functions by @hakril in #65
- Multiversion ORPC call in
RpcClient
by @hakril in #66 - Add CI tests for
ctypes_generation\generate.py
by @hakril in #67 - Add some ctypes generation + Improve RPCClient error message & error code parsing by @hakril in #68
- Improve
windows.system.version_name
by @hakril in #69 - More stubborn tests & Implem by @hakril in #70
- Improve Test & CI by @hakril in #71
- Improve tests stability + new PEB_LDR_DATA definition by @hakril in #75
- Improve injection error reporting by @hakril in #74
- Improved behavior when running under Microsoft Store python interpreters by @dariushoule in #73
- TEB defintion and
Thread.teb
field by @hakril in #76 - Small improvments by @hakril in #77
- Minimal ARM64 consideration by @hakril in #78
- Bug in
RPCClient._get_response_effective_data
for 32b process by @hakril in #79 - Updates by @hakril in #80
- Add simplex_86 ljmp with standard parameter format handling for ptr16:32 by @hakril in #81
- Fixing somes bugs related to Advanced breakpoints & remotectypes by @hakril in #82
- Version 1.0.4 by @hakril in #83
New Contributors
- @dariushoule made their first contribution in #73
Full Changelog: v1.0.1...v1.0.4
v1.0.1
1.0.0
Fully working on python2.7 & python3.6+
Full unicode support.
Tested for many years on production !
that's enough to call this a 1.0.0 version ! \o/
What's Changed
- Implem x64 mem_access [RIP+DISP32] by @hakril in #54
- Added IO definitions + ability to use CTL_CODE() macro in windef by @hakril in #56
- Full unicode compatibility by @hakril in #53
Full Changelog: 0.6.8...v1.0.0
Stable version 0.6
First version to work with Python3.
Test passing on python 2.7 / 3.6.
Online documentation up-to-date
Stable version 0.5
All tests pass
Documentation of supported features is up-to-date.
Readme updated with new features
All test pass + documentation up to date for supported features
Marking this commit as a stable / working version of PythonForWindows.
Some stuff in the API might change between 0.4 & 0.5
Marking stable-master before compat-breaking change
v3.5 Added th description from the readme at the beginning of the document…