GJDuck / e9patch

A powerful static binary rewriting tool
GNU General Public License v3.0
986 stars 67 forks source link

Avoid excessive escaping in sed patterns #87

Open McSinyx opened 1 month ago

McSinyx commented 1 month ago

From sed(1p):

Any character other than <backslash> or <newline> can be used instead of a to delimit the BRE and the replacement.