metasploit-framework/lib/rex/elfscan.rb

12 lines
123 B
Ruby
Raw Normal View History

#!/usr/bin/env ruby
# $Id$
module Rex
module ElfScan
end
end
require 'rex/elfscan/scanner'
require 'rex/elfscan/search'