summaryrefslogtreecommitdiff
path: root/obf.ed
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-16 11:23:36 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-16 11:23:36 +0100
commitd3d5d96e6c17a4eaf409212b806e4d6a9d04f6c5 (patch)
treefc3030a0dd489770f960926a38e3f816d4408fd6 /obf.ed
parent973479aa7fc254b887aed5fe6a57935648ee883c (diff)
exec halfaway throughHEADmaster
Diffstat (limited to 'obf.ed')
-rw-r--r--obf.ed9
1 files changed, 6 insertions, 3 deletions
diff --git a/obf.ed b/obf.ed
index 937b3f2..6d59658 100644
--- a/obf.ed
+++ b/obf.ed
@@ -26,10 +26,13 @@ H
1,$s/fprintf.*//g
1,$s/printf/P/g
1,$s/num_alloc/na/g
-1,$s/ -> /->/g
+1,$s/\ ->\ /->/g
1,$s/; */;/g
-1,$s/ = /=/g
-1,$s/ == /==/g
+1,$s/\ =\ /=/g
+1,$s/\ ==\ /==/g
+1,$s/\ <=\ /<=/g
1,$s/sizeof/S/g
+1,$s/malloc/M/g
+1,$s/\ +/\ /g
,p
Q