blob: 1303058a509d8e425f0ca7d64f7313521c63f835 (
plain)
1
2
3
4
5
|
# 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/
|