We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8b1d5 commit 7d5ad67Copy full SHA for 7d5ad67
lib/msf/core/payload/windows/pe_inject.rb
@@ -44,7 +44,7 @@ def self.assert_compatible(pe, arch)
44
end
45
46
47
- def valid?(value, check_empty: nil)
+ def valid?(value, check_empty: nil, datastore: nil)
48
return false unless super
49
return false unless value && File.file?(File.expand_path(value)) # no memory: locations
50
0 commit comments