this is useful for a different type of comparison Force-Push: yes Change-Id: I225af22586924a716c0d0802cda5194fd19d7d12
5 lines
190 B
Sed
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/
|