mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
1e1d8124f0
git-svn-id: file:///home/svn/framework3/trunk@6619 4d416f70-5f16-0410-b530-b9f4589650da
8 lines
193 B
Ruby
8 lines
193 B
Ruby
# Load a slightly tweaked METASM stub
|
|
require 'metasm/metasm'
|
|
|
|
# Manually load the classes we need from METASM
|
|
require 'metasm/ia32'
|
|
require 'metasm/mips'
|
|
require 'metasm/exe_format/shellcode'
|