Skip to content

Commit 418a373

Browse files
committed
Avoid merge conflict over Id SVN tag
1 parent 23b6890 commit 418a373

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

lib/msf/util/exe.rb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
# -*- coding: binary -*-
2-
##
3-
# $Id$
4-
##
52

6-
###
7-
#
8-
# framework-util-exe
9-
# --------------
3+
module Msf
4+
module Util
5+
106
#
117
# The class provides methods for creating and encoding executable file
128
# formats for various platforms. It is a replacement for the previous
139
# code in Rex::Text
1410
#
15-
###
16-
17-
module Msf
18-
module Util
1911
class EXE
2012

2113
require 'rex'

0 commit comments

Comments
 (0)