Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Other Developer Tools  |  0xED

0xED

0xED - 1.0.1

hex editor

All Time: (4.2)
Version 1.0.1: (5.0)
Selected Version: 1.0.1
Release Date: 2006-04-01
License: Freeware
Downloads (version 1.0.1): 1,045
Downloads (all versions): 14,113
Price: $0

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

0xED is a native OS X hex editor based on the Cocoa framework.
  • Fast editing of large files.
  • Unlimited file size (limited by what the actual file system supports).
  • Small memory footprint
  • Instant opening of files of any size
  • Supports all normal text editor keyboard shortcuts
  • HFS+ compatible.
  • Full hex/text search/replace.
  • Binary/text Cut/copy/paste support.
  • Requires Mac OS X 10.3.9 or newer.
  • Universal binary.
  • Free of charge.

What's new in this version:

  • Universal binary.
  • Menu and toolbar items to change endianess on the fly.

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 Intel
  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9

Additional Requirements:

  • Mac OS X 10.3.9 or higher
    Universal Binary

Screenshots:

0xED

Download Links:

Download Links:

Your Installed Versions:


 

Feedback Summary:

Version 1.0.1:
Overall Rating: (5.0) Features: (5.0) Support: (5.0)
Ease of Use: (5.0) Quality / Stability: (5.0) Price: (5.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

0xED Troubleshooting ReportFind Previous (still) doesn't work properly - Version: 1.0.6, 11/16/2007 05:31AM PST

doctor.lex
The "Find previous" feature doesn't behave like it should. The author should look at how "Find Previous" behaves in TextEdit and make sure that 0xED behaves in exactly the same way.

For instance, search for "string" in the following sentence:
This is a string containing multiple instances of the word "string", and it's a pretty long string indeed.

In TextEdit, move the cursor in between the "ng" of the last occurrence of "string" (or select the 'g'), and perform a Find Previous (FP). It will _not_ find this last occurrence (which makes sense because if the cursor is in it, the user will probably know it's there). 0xED however, will select this last occurrence no matter which byte of it is selected. And it's worse, when performing a subsequent FP, it will stick to this last occurrence.

Apparently, FP in 0xED is implemented as a regular "Find forward", but with a decrementing position counter instead of an incrementing one. This would be OK if the starting position would not be the start of the current selection, but N bytes before it, where N = the length of the search string.

For the rest, this editor has all the features I need. Keep up the good work!
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies

0xED ReviewNeeds more work - Version: 1.0.2, 5/18/2006 09:40PM PST

(9 of 9 users found this comment useful)

Alex_6
Quick comparison of three hex editors:

HexEdit v2.0
- Most powerful, but betrays pre-Mac OS X roots.
- Features file compare, resource fork editing, PPC code disassembly.
- Interface: needs upgrading; does not have value display or recent files; but options are easily accessible from menu or shortcuts.
- Major con: Truncates long file names.
- No online help.
- Compare function is AppleScript-able.

HexEditor v1.4
- Best display, well organised, easy to read.
- Shortcomings: Arrow keys don't work properly; "open" doesn't go into app bundles, no decimal addresses, no case-insensitive ASCII search, no "go to address", no offset display.
- "Open special" works for paths, but not for special files (contrary to its description).
- Has synch display for multiple files (but no real file compare).
- Basic online help.

0xED v1.0.2
- Interface clearly Cocoa, but needs more work. The only one with a fully resizable window. Everything listed under "shortcomings" for HexEditor works properly here.
- Flaws: No shift-click selection; switch to decimal address through preferences; "go to" under "find".
- No online help.
- Conclusion: Useful, but not as powerful as HexEdit. Interface needs some polish.
Post a commentAlert Admin

0xED ReviewBest OS X hex editor - Version: 1.0.2, 5/16/2006 08:14AM PST

billy.python
The best OS X hex editor so far. Fast stable and professional.
Post a commentAlert Admin