parent
ec7a07e0bb
commit
409f2bd016
|
@ -641,7 +641,7 @@ require 'msf/core/exe/segment_appender'
|
||||||
opts[:exe_type] = :dll
|
opts[:exe_type] = :dll
|
||||||
|
|
||||||
if opts[:inject]
|
if opts[:inject]
|
||||||
self.to_win64pe(framework, code, opts)
|
raise RuntimeError, 'Template injection unsupported for x64 DLLs'
|
||||||
else
|
else
|
||||||
exe_sub_method(code,opts)
|
exe_sub_method(code,opts)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue