crash-context-0.5.0
·
49 commits
to main
since this release
Added
- PR#62 added a replacement implementation of
RtlCaptureContext, and defines its ownCONTEXTstructure. This was needed due to bothwinapiandwindows-sysincorrectly defining theCONTEXTand related structures on both x86_64 and aarch64 to not be correctly aligned, as well asRtlCaptureContextnot actually capturing the floating point and vector state.