Agh, didn't mean to enable that

It's never worked
bug/bundler_fix
James Lee 2015-09-01 16:34:28 -05:00
parent ec7a07e0bb
commit 409f2bd016
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ require 'msf/core/exe/segment_appender'
opts[:exe_type] = :dll
if opts[:inject]
self.to_win64pe(framework, code, opts)
raise RuntimeError, 'Template injection unsupported for x64 DLLs'
else
exe_sub_method(code,opts)
end