rapid7/metasploit-framework

View on GitHub
modules/payloads/stages/windows/patchupdllinject.rb

Summary

Maintainability
A
0 mins
Test Coverage
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##


###
#
# Injects an arbitrary DLL in the exploited process.
#
###
module MetasploitModule

  include Msf::Payload::Windows::DllInject

end