Manual loading shouldn't be needed

bug/bundler_fix
jvazquez-r7 2014-02-19 13:13:41 -06:00
parent a78ccc7862
commit bdb27b2cca
1 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,2 @@
# 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'