Files
metasploit-gs/lib/metasm.rb
T
HD Moore 932bd89ac2 Mangle up METASM stubs to solve integration problems
git-svn-id: file:///home/svn/framework3/trunk@6430 4d416f70-5f16-0410-b530-b9f4589650da
2009-03-29 07:49:51 +00:00

7 lines
171 B
Ruby

# Load a slightly tweaked METASM stub
require 'metasm/metasm'
# Manually load the classes we need from METASM
require 'metasm/ia32'
require 'metasm/exe_format/shellcode'