Select your language

Home arrow-right ... arrow-right IT Infrastructure Software arrow-right Data Management Software arrow-right FileInsight

We've compiled a list of 3 free and paid alternatives to FileInsight. The primary competitors include UltraEdit Text Editor, HxD. In addition to these, users also draw comparisons between FileInsight and 010 Editor. Also you can look at other similar options here: IT Infrastructure Software, Data Management Software.


UltraEdit is a versatile text editor with support for numerous programming languages, hex editing, and seamless integration with FTP and SSH, it's a powerhouse for developers. Enjoy color-coded syntax, large file handling, and unparalleled customiza…

HxD
Free

HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and...

010 Editor is a professional text/hex editor designed to edit any file, drive, or process on your...

McAfee FileInsight, developed by McAfee Labs, is an integrated tool environment for website and...

FileInsight Platforms

tick-square Windows

FileInsight Overview

Opening Files
FileInsight allows to open files for analysis both directly from the local harddisk, using the Open toolbar button, or by typing a URL into the Web toolbar and clicking the Get button. Files are displayed in either textual or hexadecimal format, which can be toggled easily via the View as Hex and View as Text toolbar buttons.

Navigating Binary Files
C/C++ data structure declarations (also see Structure Declarations on MSDN) can be directly imported into FileInsight. Simply click the Open toolbar button in the Structures window and choose the .h file to be opened. Using such data structures can significantly simplify navigating through binary file formats, such as the Windows Animated Cursor File Format (also see Icons in Win32 on MSDN):

struct ANIHeader {
DWORD cbSizeOf; // Num bytes in AniHeader
DWORD cFrames; // Number of unique Icons
DWORD cSteps; // Number of Blits
// ...
};

The Go To dialog allows not only to go to an absolute offset (or line, in text view mode), but also to jump relatively from the current position.

Analyzing Data
The Values window displays different interpretations of the data at the current cursor position. A toolbar button allows to toggle between Little-Endian and Big-Endian byte order.

When placing the cursor at a position that contains IA-32 machine code (also see Intel 64 and IA-32 Architectures Software Developer's Manuals), the Disassembly window shows the disassembled code starting at (and relative to) the current offset.

Scripting
Modification of a file's content can be automated using the builtin JavaScript support (also see A re-introduction to JavaScript). Modification using the setByteAt() script method is performed directly in the opened document.

FileInsight Features

tick-square Hex Editor

Top FileInsight Alternatives

Share your opinion about the software, leave a review and help make it even better!

FileInsight Tags

binary-editor

Suggest Changes

Your Feedback

Select a rating
Please select a rating

Your vote has been counted.

Do you have experience using this software?