Module: Msf::Util::EXE::Windows

Extended by:
ClassMethods
Includes:
Common, Aarch64, Common, X64, X86
Included in:
Msf::Util::EXE
Defined in:
lib/msf/util/exe/windows.rb

Defined Under Namespace

Modules: Aarch64, ClassMethods, Common, X64, X86

Class Method Summary collapse

Methods included from ClassMethods

to_executable_windows, to_executable_windows_aarch64, to_executable_windows_x64, to_executable_windows_x86

Methods included from X86::ClassMethods

#to_win32pe, #to_win32pe_dccw_gdiplus_dll, #to_win32pe_dll, #to_win32pe_exe_sub, #to_win32pe_old, #to_win32pe_service, #to_winpe_only

Methods included from Common::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

Methods included from X64::ClassMethods

#to_win64pe, #to_win64pe_dccw_gdiplus_dll, #to_win64pe_dll, #to_win64pe_service

Methods included from Aarch64::ClassMethods

#to_winaarch64pe

Class Method Details

.included(base) ⇒ Object



8
9
10
# File 'lib/msf/util/exe/windows.rb', line 8

def self.included(base)
  base.extend(ClassMethods)
end