Module: Msf::Util::EXE::Windows::X86
- Extended by:
- ClassMethods
- Included in:
- Msf::Util::EXE, Msf::Util::EXE::Windows
- Defined in:
- lib/msf/util/exe/windows/x86.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from 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
Class Method Details
.included(base) ⇒ Object
5 6 7 |
# File 'lib/msf/util/exe/windows/x86.rb', line 5 def self.included(base) base.extend(ClassMethods) end |