evocation/describe-redact.sed
Irene Knapp 3cfc22c744
add another sed script, to remove absolute addresses
this is useful for a different type of comparison

Force-Push: yes
Change-Id: I225af22586924a716c0d0802cda5194fd19d7d12
2026-04-13 15:45:51 -07:00

5 lines
190 B
Sed

# Pipe either memory segment's output through this after the other script,
# to remove things that depend on exact addresses.
/^[0-9a-f]\{16\}/d
s/^ lit [0-9]\+ exit$/ lit REDACTED exit/