What's Changed
- Debugger detection using the dbg_breakpoint crate
no_cache_debugger
feature- Support for the new
feature(Breakpoint)
overcore_intrinsics
in Nightly rust
Full Changelog
- Port nightly to
core::arch::breakpoint
by @joshtriplett in #21 - Debugger presence detection by @BrainBacon in #20
- Docs: debugger detection changes by @BrainBacon in #22
New Contributors
- @joshtriplett made their first contribution in #21