Hex Workshop 5.1.1.3963
С помощью Hex Workshop Вы сможете редактировать, удалять, вырезать, копировать и вставлять шестнадцатеричные значения, полностью настроить печать участков памяти, а также экспортировать эти участки в .rtf или .html для распространения. Вдобавок к этому, Вы можете осуществлять переход по указанному относительно начала файла смещению, производить поиск, замену, сравнение файлов и расчет контрольной суммы. Встраивается в меню Проводника, что позволяет Вам легко редактировать необходимые файлы не запуская Hex Workshop отдельно. В Hex Workshop также встроен преобразователь систем счисления, позволяющий работать с шестнадцатеричными, десятичными и двоичными числами, а также шестнадцатеричный калькулятор с поддержкой арифметических и логических операций.**************************************************
The Hex Workshop Hex Editor is a set of hexadecimal development tools for Microsoft Windows, combining advanced binary editing with the ease and flexibility of a word processor.
With Hex Workshop you can edit, cut, copy, paste, insert, and delete hex, print customizable hex dumps, and export to RTF or HTML for publishing. Additionally, you can find, replace, compare, add smart bookmarks, and generate character distributions within a sector or file. Hex Workshop supports drag-and-drop and is integrated with the Windows operating system so you can quickly and easily hex edit from your most frequently used workspaces. The Data Inspector is perfect for interpreting, viewing, and editing decimal and binary values. An Integrated Structure Viewer allows you to view and edit data in the most intuitive and convenient way.
Hex Workshop Feature List:
Basic Editing:
• Cut, Copy, Paste, Insert, Fill, and Delete Hex.
• Multilevel Undo and Redo
• ASCII, DOS, EBCDIC, Macintosh, Window, Unicode or custom character set filters.
• Highlight hex/text sequences using Color Maps
• View modified bytes in a unique color
• Select by offset/length, Select All
• Paste Special (any format on the clipboard)
• Insert File a file or replace selection with the contexts of a File
• Drag and drop files onto Hex Workshop for quick ediiting
• Select "Hex Edit" from windows Right-Click context menus to view/edit files
• Context sensitive online help
• Color maps help visually pick out hex strings
• View character distributions of your document
Highly Customizable GUI:
• Hex values can be grouped by byte, word, long, quad, or 16 bytes
• Specify the bytes per line (1-64) or let Hex Workshop fit to window
• User-definable font and character mapping
• User-definable colors for the offset, odd columns, even column, hex area background, text area background, modified bytes, separator lines, find all instances, highlighted structures, highlighted bookmarks, and compare results.
• Specify significant digits for floating porint/double rendering
• User-definable short-cut keys
• Enable/Disable warnings and notification message
• Workbook mode allows you to switch between open documents quickly
Find:
• Search using Hex Strings
• Search using Text Strings (Ascii, Unicode or either; match or ignore case)
• Search using Bitmasks
• Search using 8 bit, 16 bit, 32 bit, or 64 bit signed/unsigned values (Big Endian, Little Endian, or either)
• Search using floating point values (Big Endian, Little Endian, or either)
• Search using double percision floating point values (Big Endian, Little Endian, or either)
• Find All Instances or instance by instance
• Search from top down or bottom up
Replace:
• Find/Replace by Hex Strings, Text, Strings, or values
• Hex Workshop can pad text strings will nulls if the replacement string is shorter than the original string.
• Replace All instances or instance by instance
• Replace from top down or bottom up
Disk/Drive Sector Editing:
• Sector edit paritions or physical disks
• Copy sectors between disks and paritions
• Save Sector Ranges to a file
• Restore Sector Range from a file
Goto:
• Jump to specified address
• Jump to address relative to start of document
• Jump to address relative from end of document
• Jump to selected address
• Jump to current offset + selected address
• Jump to current offset - selected address
• Jump to last goto + selected address
• Jump to last goto - selected address
• Repeat last jump (relative from current offset)
• Jump backwards (relative from current offset)
Printing:
• Print & Print Preview
• Page Setup allows configuration of:
font, header, footer, margins, and bytes per line.
• Header and footer are highly customizable.
Bookmarks:
• View/Edit data rendered as natural data type (byte, word, float, string, time_t, etc)
• Integrated with Structure Viewer
• Array support (add multiple bookmarks with single definition)
• Calculations supported for address, length, and count (array) definitions:
+, -, *, /, %
• Functions supported for address, length, and count (array) definitions:
UByteAt(), UShortAt(), ULongAt()
• Constants supported for address, length, and count (array) definitions:
last (bookmark), start (first bookmark), arrayindex, filelength
Structure Viewer:
• View/Edit data in its natural structure/form
• File format resembles C/C++ style structure definition
• Embedded, nested and reference other structures in your definitions
• Many atomic data types supported: char, byte, ubyte, word, uword, long, ulong, longlong, float, double, OLE Date/Time, DOSTIME, DOSDATE, FILETIME, and time_t.
• Big Endian or Little Endian rendering
• Add floating structures that re-renders on caret position changes
• Add locked structures which stick to a document/offset
Compare:
• Use either a Simple or Resynchronizing binary compare
• Resynchronizing Compare color codes the differences
• Ability to specify different starting offsets for source and target
• Ability to specify Resync Window (how far to look for insert/delete) and match bytes (how many bytes must match) for resynchronizing compares.
Checksum Generation:
• Checksum either entire document or a selection
• 8-bit, 16-bit, 32-bit, and 64-bit checksums (sum)
• CRC-16
• CRC-16/CCITT
• CRC-32
• Custom CRC
• MD2, MD4, MD5
• SHA1
• View checksums and CRCs as 1s or 2s Complement
Import/Export:
• Import and Export 8, 16, or 32 bit Intel Hex Code
• Import and Export Motorola S19, S28, or S37 records
• Export as HTML
• Export as RTF
• Export as C source
• Export as Java source
• Export as Text
• Export as a Hex string
• Export as UUEncoding
• Export as Base64
• Export as CSV (character distributions only)
• Export as Tabbed Text (character distributions only)
Operations:
• Modify your data in-place using embedded operations
• Operations can be applied to a selection or an entire document
• Operations include:
set floor value, set ceiling value
lower case, upper case, swap case
byte flip, block shift, ~, <<, >>
~, |, &, +/-, +, -, *, /, %
Data Inspector:
• Interpret data at current caret position and edit that data as a more sensible data type.
• Big Endian or Little Endian rendering supported
• View/Edit 8 bit signed/unsigned values
• View/Edit 16 bit signed/unsigned values
• View/Edit 32 bit signed/unsigned values
• View/Edit 64 bit signed/unsigned values
• View/Edit floats and double percision floats
• View/Edit DATE, DOS Date, DOS Time, FILETIME, time_t values
• View/Edit binary representations
Base Converter:
• Convert 8 bit, 16 bit, and 32 bit values between hex, decimal, and binary
Hex Calculator:
• Hex/Decimal calculator supporting +,-,*,/,|,&,^,<<,>>, ~
Hex Workshop v5.1 - June 2008
---------------------------------
ENHANCEMENTS
- The Hex Workshop user interface includes updated icons and toolbars
along with a new offset column header to highlight the current
caret and offset positions.
- The Structure Viewer panel now simultaneously displays and allows
the editing of interpreted values in both decimal and hexadecimal.
The bookmark, compare, checksum, and find panels were also updated
to include both decimal and hexadecimal columns where possible.
- The Structure Viewer file format now supports additional data
accessors and more support for conditional data formats.
- sizeof() returns the size of a variable in bytes
- ubyteAt(), ushortAt(), and ulongAt() returns the 8, 16, or 32
bit value at the specified file offset or variable value.
- switch() allows for conditional structures based on the contents
of a variable.
- F7 and Shift+F7 keyboard accelerators jump to the next/previous
Bookmark.
- Users can now copy and paste binary data between multiple instances
of Hex Workshop.
- Users can now specify whether documents are titled horizontally or
vertically during file comparisons.
- A 64 bit shell extension was added to enable the Right-Click "Hex
Edit using Hex Workshop" option under 64 bit operating systems.
- The Hex Workshop license agreement was relaxed to allow either a
single user on multiple PCs or multiple users on a single PC.
Previously, the Hex Workshop license restricted use to a single
user on a single PC.
- Hex Workshop now defaults to displaying hex data grouped by 8 bit
bytes (instead of by 16 bit word) and enabled automatical column
sizing.
BUG FIXES
- Users can now re-open structure definitions. Previously, Hex
Workshop failed to re-open a structure definition if it was
previously opened.
- Hex Workshop no longer attempts to auto-load structure
definitions with parsing errors
- Restore Sectors failed to write sectors to the specified
disk/drive and instead re-read the sectors.
- Structures now retain thier expanded/collapsed state when
users reposition floating structures or collapse and expand
a parent structure/element.
- Hex Workshop v5.1 falls back to the 4.x sector editing logic
if unabled to open disks/drives using logic adapted for
Vista UAC privilege escalation.
Homepage - http://www.hexworkshop.com
Размер: 3.07 Mb
Download/Скачать - RapidShare
Mirror/Зеркало - DepositFiles
Mirror/Зеркало - FileFactory
Mirror/Зеркало - iFolderBreakPoint.Hex.Workshop.v5.1.1.3963-BEAN
Password/Пароль: dlcool.ru
Комментариев: 0
- При проблемах c регистрацией программы, битых ссылках и т.д. - пишите в комментариях.
- Вирусов в архивах нет. Просто это ложное срабатывание антивируса на кряк.
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.
