Module: Msf::Util::EXE::Windows::Common
- Extended by:
- ClassMethods
- Includes:
- Common
- Included in:
- Msf::Util::EXE, Msf::Util::EXE::Windows, Aarch64, X64, X86
- Defined in:
- lib/msf/util/exe/windows/common.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from ClassMethods
clear_dynamic_base, exe_sub_method, replace_msi_buffer, set_template_default_winpe_dll, to_dotnetmem, to_exe_asp, to_exe_aspx, to_exe_msi, to_exe_vba, to_exe_vbs, to_jar, to_jsp, to_jsp_war, to_mem_aspx, to_powershell_command, to_powershell_ducky_script, to_powershell_hta, to_powershell_vba, to_vba, to_win32pe_psh, to_win32pe_psh_net, to_win32pe_psh_reflection, to_win32pe_vbs, to_win64pe_vbs, win32_rwx_exec, win32_rwx_exec_thread
Methods included from Common::ClassMethods
#elf?, #find_payload_tag, #get_file_contents, #macho?, #read_replace_script_template, #set_template_default, #to_exe_elf, #to_python_reflection, #to_war, #to_win32pe_psh_msil, #to_win32pe_psh_rc4, #to_zip
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/msf/util/exe/windows/common.rb', line 4 def self.included(base) base.extend(ClassMethods) end |