Files
metasploit-gs/lib/rex/elfparsey.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

11 lines
112 B
Ruby

#!/usr/bin/env ruby
# -*- coding: binary -*-
module Rex
module ElfParsey
end
end
require 'rex/elfparsey/elf'