

- Cracking reason 10 with hex fiend windows 8.1#
- Cracking reason 10 with hex fiend code#
- Cracking reason 10 with hex fiend free#
- Cracking reason 10 with hex fiend windows#
Cracking reason 10 with hex fiend free#
This tool was written in Pascal and compiled with the free pascal IDE, Lazarus. It just loads a file, converts it according to your choice and saves it. The “Silent Op” button does not do data manipulation. Also, upon performing the first conversion manually, the tool remembers file names but also file types, and sets the radio buttons accordingly. In case one wishes to repeat the same conversion over and over during a project development, pressing the “Silent Op” button after having performed one conversion will redo that conversion silently, without popping the dialog windows for file names. Saving data in either format or loading a new file resets both the app and the editor, suppressing the warnings pop-ups until a new data edit is performed.Īfter using the editor to alter data, double clicking on the file name does not reload the file but shows the modified data into the editor instead. Once data is modified, the status bar will indicate this, along with the new size of the data:Īt this time, whenever the editor window or the main application is closed, warning dialogs will pop up, telling you that data is modified and that it should be saved. Very useful to see if we went over the microcontroller flash or eeprom capacity.īecause a Intel HEX file may load not contiguous data and leave memory blocks not addressed, the application automatically fills all the memory block with 0xFF (not programmed memory location).Īfter loading a file, double click on the panel displaying the file name and a hex editor will appear:ĭata may be edited, deleted or inserted. The “file length” caption shows the binary bytes, not the number of bytes actually on the file. It works in a very simple way: Load either Hex or binary files, save them as either Hex or binary.
Cracking reason 10 with hex fiend windows 8.1#
The tool runs fine on Windows XP, Windows 7, Windows 8, Windows 8.1 and Windows 10. So I wrote my own version of a tool that converts from Intel HEX to binary and viceversa files up to 10Mbytes. Converters on the Internet were either too complicated, either part of a programming tool, either in Chinese, either not working at all. I needed a tool to show me the binary size of the HEX files the IDE was generating, but to no avail.
Cracking reason 10 with hex fiend code#
Add anchored scrolling.I was working on some of my projects involving Atmel AVR development and, as the code got bigger and bigger, it didn’t fit into the flash anymore.


Fix incorrect error handling with zlib_uncompress.Fix incorrect anchor usage in some commands.Performing a copy with a selected entry copies its value to the clipboard.Set working directory to templates folder so "source" command can use relative paths.Add preference for controlling behavior on single and double click of template entries.Add sectionvalue command that sets the value of the current section.Add str command that takes an encoding identifier.Add optional -hex argument for unsigned integers to display as hexadecimal.Add eof as a special length parameter to go to the end of the file.Add entry command for arbitrary key/value fields.Fix UUID reading for little endian ( Add TIFF template ( Add PSD template ( Add ID3v2 template ( Updated FLAC template ( Hex Fiend is notarized for added security on 10.14+.Add file caching to improve performance.Add cstr command for reading NUL-terminated strings.Add unixtime32 and unixtime64 for reading unix times.Add experimental uint8_bits, uint16_bits, uint32_bits, and uint64_bits commands.

