Files
metasploit-gs/lib/rex/elfscan.rb
T
James Lee f4498c3916 Remove $Id tags
Also adds binary coding magic comment to a few files
2013-05-20 16:21:03 -05:00

12 lines
141 B
Ruby

#!/usr/bin/env ruby
# -*- coding: binary -*-
module Rex
module ElfScan
end
end
require 'rex/elfscan/scanner'
require 'rex/elfscan/search'