Skip to content

Instantly share code, notes, and snippets.

@NyanSatan
Created February 21, 2022 17:35
Show Gist options
  • Save NyanSatan/0bd3e5c68975f7d7751527e6cc196696 to your computer and use it in GitHub Desktop.
Save NyanSatan/0bd3e5c68975f7d7751527e6cc196696 to your computer and use it in GitHub Desktop.
The Final Panic
by @nyan_satan
Jan 27 2022 8:08 PM MSK
A6 doesn't lose SRAM contents after a panic in SecureROM
Data, BSS and heap will be reinitialized, for sure, but stacks won't (both IRQ, exception and bootstrap)
Now I gotta understand what to do with this information...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment