|
![]() |
|||
|
home products solutions news downloads order support about us |
|
|||
PE Explorer Feature Tour |
||||
|
|
SECTION HEADER EDITOR Viewing All The Sections and Information About Their Location and Size A section is the basic unit of code or data within an EXE file. PE Explorer enables you to view, extract, recalculate, or delete sections from the program body. You can change all the fields in the section header, or repair and restore the damaged section header settings. When you view contents of the chosen section, it is possible to open up to 16 view windows and toggle the browse mode between text and hex. [Click to see a larger screenshot] Section Editor, Flags and File Image Dump HEX Browser The Section Editor lets you edit section names and size, restore lost values, repair sections' haracteristics, browse a file image dump. The built-in calculator will help you calculate the Size of Raw Data value. At the top of the Section Editor, the values reported by the section header are displayed. In addition, two values are displayed which are pointers to the offset from the beginning of the data belonging to the given section. The first (Hdr Ptr to Raw Data), contains the value stored in the section header. The second (Abs Ptr to Raw Data), displays the real (absolute) value of offset. In the case of intact files, these values will be equal. There is also the Restore All button. This allows you to restore all the values modified during editing.
In some cases, for example after unpacking an executable file, the original values of sections' offsets to real data in the file appear to be lost. The sections' characteristics (one of the important parts of the section description, which defines behavior during operation of an executable file) also may be broken. All this, both as a whole and separately, can be mirrored during correct execution of the file, or result in the complete destruction of validity. See also Error checking and File Repair
|
|||