Class: Resedit::MZ

Inherits:
ExeFile show all
Defined in:
lib/resedit/mz/mz.rb

Constant Summary collapse

HDRCLASS =
MZHeader
BODYCLASS =
MZBody

Constants inherited from ExeFile

ExeFile::CFGEXT, ExeFile::MODE

Instance Attribute Summary

Attributes inherited from ExeFile

#body, #env, #fname, #header, #name, #path

Method Summary

Methods inherited from ExeFile

#append, #change, #close, #dasm, #getValue, #hex, #hexify, #initialize, #is?, #load, #loadConfig, #log, #print, #readRelocated, #reloc, #relocfind, #replace, #revert, #s2i, #save, #saveConfig, #saveFile, #stringfind, #valueof, #wsize

Constructor Details

This class inherits a constructor from Resedit::ExeFile