Skip to content

Commit e567597

Browse files
author
agix
committed
Merge pull request #2 from todb-r7/exe_only_patch
Fix egypt's typo
2 parents e3c5303 + bf85545 commit e567597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/util/exe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def self.to_win32pe_only(framework, code, opts={})
382382
end
383383

384384

385-
def self.to_win32pe_old(framework, code, opts={})x
385+
def self.to_win32pe_old(framework, code, opts={})
386386

387387
# Allow the user to specify their own EXE template
388388
set_template_default(opts, "template_x86_windows_old.exe")

0 commit comments

Comments
 (0)