feat: add crash stack snapshots and context menu annotations

This commit is contained in:
2026-08-12 18:30:08 +02:00
parent 3ef98a9fd5
commit 7f2d4b693f
8 changed files with 71 additions and 1 deletions
+2
View File
@@ -718,6 +718,8 @@ namespace montauk::abi {
uint64_t codeSegment;
uint64_t flags;
uint64_t stackSegment;
uint64_t stackWords[8];
uint8_t stackWordCount;
uint8_t pfPresent : 1;
uint8_t pfWrite : 1;
uint8_t pfUser : 1;