Skip to content

Commit 62ff291

Browse files
committed
Fix msfrop metasm require
1 parent 0cc6b53 commit 62ff291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/ropbuilder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module Rex
33
module RopBuilder
44

55
require 'rex/ropbuilder/rop'
6-
require 'metasm/metasm'
6+
require 'metasm'
77
end
88
end

0 commit comments

Comments
 (0)