tiny hexer Changelog

What's new in tiny hexer 1.8.1.6

Jul 4, 2007
  • bugfix: if invalid hexadecimal data is entered in the find/replace window, a warning message is shown (at least, it should now...)
  • bugfix: an off-by-one error led to an access violation when exporting data to e.g. html format
  • bugfix: an access violation occured when clicking the search button in the read process memory dialog
  • changes in tiny hexer script: structures (records) using the STRUCTURE script command / script lines can now be splitted using the tilde ~ character / unary ! operator to retrieve the size of a structure or other data / added functions: TEXTC(), FILEGETHANDLE() / modified functions: HEX()

New in tiny hexer 1.8.1.4 (May 4, 2007)

  • bugfix: in some lists, the columns were too narrow
  • if invalid hexadecimal data is entered in the find/replace window, a warning message is shown
  • bugfix: unassigned variables of type file pointed to the first assigned file rather than throwing an error
  • when using gui functions in tiny hexer script, the BORDERSTYLE property has to be set before other properties to avoid windows not responding to mouse actions. the import and export dialogs have been affected by this behaviour
  • the FILEWRITE command and FILEWRITE() function can also use file type data to be written (to allow copying data from one file to another), but only if the file is a special in-memory file ("::buffer", "::clipboard", "::current", "::editor", ":new" and "::" files)

New in tiny hexer 1.8.1.2 (Apr 23, 2007)

  • bugfix: modified view synchronization to better support synchronizing files with different sizes
  • bugfix: there was a delay when trying to run a second instance of tiny hexer
  • bugfix: enhanced the drive size detection algorithm under windows xp in the disk editor
  • bugfix: there was a problem when searching for data using a "wildcard" so not all matching data was found
  • added /u3 command line option to support tiny hexer on u3 usb sticks
  • added option "Allow multiple instances"

New in tiny hexer 1.8.1.0 (Mar 26, 2007)

  • bugfix: modified data in the disk editor has been written back to the new sector (instead of the current one) when moving to a different sector
  • bugfix: the offset pane has been too narrow in the disk editor
  • bugfix: modified the routine which detects whether the current user has administrative privileges
  • all tiny hexer windows can be moved at once and snapped together when holding down the shift key while dragging a window
  • the current value in the edit box is selected when focussing the value editor
  • the current selection is used as default search value
  • switched from delphi 7 to turbo delphi 2006
  • tiny hexer supports regedit clipboard format for data to be stored in the clipboard
  • undo after save

New in tiny hexer 1.7.1.4 (Jul 17, 2006)

  • hyperlinks in the structure viewer now work when internet explorer 7 beta 2 is installed
  • the plugin sdk for delphi has been made available again on my website
  • the "Medium Edition" has been published