Skip to content

Commit 848dc07

Browse files
committed
var name needs a default
1 parent f45e8f4 commit 848dc07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/egghunter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def self.parse(args)
102102
options[:badchars] = '' unless options[:badchars]
103103
options[:platform] = 'windows' unless options[:platform]
104104
options[:arch] = ARCH_X86 unless options[:arch]
105+
options[:var_name] = 'buf' unless options[:var_name]
105106

106107
options
107108
end

0 commit comments

Comments
 (0)