mirror of
https://gitlab.com/BinaryHardening/cfgrip
synced 2026-07-26 12:41:08 +00:00
feat: add mode field to JSON output, only emit stack_offset in clean mode
This commit is contained in:
@@ -704,5 +704,6 @@ void CFGBuilder::clean(CFG& cfg)
|
||||
jumpThread(cfg);
|
||||
pruneDeadBlocks(cfg);
|
||||
computeStackDeltas(cfg);
|
||||
cfg.has_stack_offsets = true;
|
||||
computeXrefs(cfg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user