Share

VX Portable Executable Viewer

File Release Notes and Changelog

Release Name: VX PE VIEWER v1.10

Notes:
VX PE VIEWER 
Version 1.1


Changes: -Rename project to -the less egotistic- VX PE VIEWER. (anaktos) -Remove all makefiles of VC6. It is now developed under VC.NET. (anaktos) -Replace the HEX view CListCtrl with CGridCtrl written by Chris Maunder. The Hex view now load the file instandly due to the control's virtual-mode. Some function had to became virtual in the original code, so that i could support flat scrollbars and getting a CGridCell of my type in the virtual-mode. (anaktos) -Add byte/word/dword view in the hex view. -Add support for drag&drop files -Fix a bug with section names that are 8-bytes long.