summaryrefslogtreecommitdiff
path: root/obf.ed
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-04-20 18:23:24 +0100
committerKatolaZ <katolaz@freaknet.org>2018-04-20 18:23:24 +0100
commitb10f9522863c937c08d41e2d6da48174cdb3906a (patch)
tree96afc00c5ac6918767302b67829584fcf84bde2c /obf.ed
parent99c9a9e20f80f5d04dfddaf19e18d1179c65c91e (diff)
Implemented 'c' command
Diffstat (limited to 'obf.ed')
-rw-r--r--obf.ed33
1 files changed, 33 insertions, 0 deletions
diff --git a/obf.ed b/obf.ed
new file mode 100644
index 0000000..1d964a6
--- /dev/null
+++ b/obf.ed
@@ -0,0 +1,33 @@
+H
+1,$s/b_start/bs/g
+1,$s/buff/b/g
+1,$s/line_t/_/g
+1,$s/next/n/g
+1,$s/addr/a/g
+1,$s/prev/p/g
+1,$s/first/f/g
+1,$s/last/ll/g
+1,$s/move_to_line/mtl/g
+1,$s/skip_blank/sb/g
+1,$s/get_addr/ga/g
+1,$s/main_loop/mp/g
+1,$s/append_lines/al/g
+1,$s/delete_lines/dl/g
+1,$s/read_lines/rl/g
+1,$s/insert_lines/il/g
+1,$s/print_lines/pl/g
+1,$s/print_cur_line/pcl/g
+1,$s/print_lineno/pn/g
+1,$s/search_pos/sp/g
+1,$s/get_lines/gl/g
+1,$s/line/l/g
+1,$s/pos/p/g
+1,$s/cur/c/g
+1,$s/fprintf.*//g
+1,$s/ -> /->/g
+1,$s/; */;/g
+1,$s/ = /=/g
+1,$s/ == /==/g
+1,$s/sizeof/S/g
+,p
+Q