1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00
metasploit-framework/lib/rex/elfparsey.rb
Ramon de C Valle e39c053f76 Updated ELF stuff
git-svn-id: file:///home/svn/framework3/trunk@5413 4d416f70-5f16-0410-b530-b9f4589650da
2008-02-13 02:43:56 +00:00

11 lines
94 B
Ruby

#!/usr/bin/env ruby
# $Id$
module Rex
module ElfParsey
end
end
require 'rex/elfparsey/elf'