Free Software

ActiveX controls for viewing and editing data in hexadecimal (HEX) format.

This control  lets you view and edit the memory dump in hex format, in the form of bytes, words, double words.

Register: regsvr32.exe edump.ocx

To work with the element using two methods.

  • void SetBaseAddress(long pBuffer);
    specifies the address of memory block, which is represented by element.
    Example:
    CEDump m_dump;
    WORD m_Array[100];
    m_dump.SetBaseAddress((long)(&m_Array));
  • void UpdateBuffer();
    Use to redraw after changing the displayed data
    Example:
    ZeroMemory(m_Array,sizeof(m_Array[0])*100);
    m_dump.UpdateBuffer();

download


Free Software:

Remote Control - Remote desktop access tool.
ImageConverter - Free software to reduce size of pictures.
AutoShutdown - Free automatic shutdown tool.
Work Time Counter easy tool.
BOOTSAVER - Save and restore boot sector software.
ClearFolders - software for bulk files removal.
SynchronizeFolders - Program for frequent copying files.
DiskSector - Software to read / write disk sectors to / from file.
RopTest - Program for visual selection of Ternary Raster Operation code.
HEX Dump - ActiveX controls for viewing and editing data in hexadecimal (HEX) format.

15 slide puzzle - 15 slide puzzle game.

©2011 All rights reserved.