feat: add mode field to JSON output, only emit stack_offset in clean mode

This commit is contained in:
x86byte
2026-06-30 09:21:05 +01:00
parent c4739221b7
commit 30862455d9
7 changed files with 264299 additions and 38211 deletions
+1
View File
@@ -704,5 +704,6 @@ void CFGBuilder::clean(CFG& cfg)
jumpThread(cfg);
pruneDeadBlocks(cfg);
computeStackDeltas(cfg);
cfg.has_stack_offsets = true;
computeXrefs(cfg);
}