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.
2 parents 67ff15e + 7d5ad67 commit 55bb277Copy full SHA for 55bb277
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