Module: Rex

Defined in:
lib/rex/peparsey/pe_memdump.rb,
lib/rex/pescan.rb,
lib/rex/elfscan.rb,
lib/rex/machscan.rb,
lib/rex/peparsey.rb,
lib/rex/bin_tools.rb,
lib/rex/elfparsey.rb,
lib/rex/machparsey.rb,
lib/rex/peparsey/pe.rb,
lib/rex/image_source.rb,
lib/rex/assembly/nasm.rb,
lib/rex/elfparsey/elf.rb,
lib/rex/pescan/search.rb,
lib/rex/elfscan/search.rb,
lib/rex/pescan/analyze.rb,
lib/rex/pescan/scanner.rb,
lib/rex/elfscan/scanner.rb,
lib/rex/machparsey/mach.rb,
lib/rex/peparsey/pebase.rb,
lib/rex/machscan/scanner.rb,
lib/rex/peparsey/section.rb,
lib/rex/bin_tools/version.rb,
lib/rex/elfparsey/elfbase.rb,
lib/rex/image_source/disk.rb,
lib/rex/image_source/memory.rb,
lib/rex/machparsey/machbase.rb,
lib/rex/peparsey/exceptions.rb,
lib/rex/elfparsey/exceptions.rb,
lib/rex/machparsey/exceptions.rb,
lib/rex/image_source/image_source.rb

Overview

This class is for use with memdump.exe generated dump images. It basically just lies, gets the ImageBase from the file name, and generates 1 big header_section with all of the data in it…

Defined Under Namespace

Modules: Assembly, BinTools, ElfParsey, ElfScan, ImageSource, MachParsey, MachScan, PeParsey, PeScan