Skip to content

crash-context-0.5.0

Choose a tag to compare

@Jake-Shadle Jake-Shadle released this 17 Nov 15:08
· 49 commits to main since this release

Added

  • PR#62 added a replacement implementation of RtlCaptureContext, and defines its own CONTEXT structure. This was needed due to both winapi and windows-sys incorrectly defining the CONTEXT and related structures on both x86_64 and aarch64 to not be correctly aligned, as well as RtlCaptureContext not actually capturing the floating point and vector state.