All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add RPC interface version information to
RpcInterfaceInfo
- Add support for loading PDB symbols of method parameters (not in use yet)
- Fix incorrect module locations for modules with uppercase filenames
- Add some PDB related debug logging
- Updated GitHub actions in workflow files
- Add offset property to
RpcMethod
- Add offset property to
SecurityCallback
- Fix type errors caused by newer v versions
- Fix incorrect attr syntax in newer v versions
- Fix incorrect address of security callbacks
- Rename
base
property ofRpcMethod
toaddr
- Rename
base
property ofSecurityCallback
toaddr
- Fix a small bug in NDR union arm type parsing
- Internal improvements (pipeline, README, ...)
Initial Release :)