1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Apply patch for symlink support

git-svn-id: file:///home/svn/framework3/trunk@5644 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2008-08-26 21:26:24 +00:00
parent 9f83c9d5b4
commit aa8de298d9

View File

@ -65,7 +65,7 @@ end
opt.on('-f', '--fingerprint', 'Attempt to identify the packer/compiler') do |t|
worker = Rex::PeScan::Analyze::Fingerprint
param['database'] = File.join(File.dirname(__FILE__), 'data', 'msfpescan', 'identify.txt')
param['database'] = File.join(File.dirname(msfbase), 'data', 'msfpescan', 'identify.txt')
end
opt.on('-i', '--info', 'Display detailed information about the image') do |t|