Tagged Questions

1
vote
1answer
129 views

Is there a hex editor component for recent Delphi versions?

I've been able to find a few hex controls by searching online, but none that will compile under Unicode. Does anyone know if there is one available?
2
votes
8answers
813 views

In emacs, how to strip CR (^M) and leave LF (^J) characters?

I am trying to use hexl mode to manually remove some special chars from a text file and don't see how to delete anything in hexl mode. What I really want is to remove carriage ret …
19
votes
11answers
9k views

What is a good Windows hex editor / viewer?

I am in need of a hex editor / viewer (viewer is more important than editing, but a plus if it can edit) for Windows. See KHexedit Requirements: Free is best View data at curso …
2
votes
9answers
720 views

how to edit binary file on the unix systems.

On windows machine there are lots of third party editors available to edit a binary file. I belive there should be some thing similer buildin in the *nix systems as well. any idea …
1
vote
5answers
218 views

What’s a good hex editor/viewer for the Mac?

What's a good hex editor/viewer for the Mac? I've used xxd for viewing hexdumps, and I think it can be used in reverse to make edits. But what I really want is a real hex editor.
2
votes
8answers
772 views

General Binary Data Viewer for Windows Vista

I'm looking for recommendations for a good program for 32-bit Windows Vista that will load any arbitrary binary file and display textual information or graphical visualization rele …
0
votes
3answers
334 views

Encrypt plain text inside EXE / RAM :: HxD editor

HxD (hex editor) allows to search/view/edit RAM. How can I protect a EXE against such editor? Data is encrypted inside INI/registry/DB, but is decoded at RAM. What is the soluti …
4
votes
6answers
728 views

Can someone explain hex offsets to me?

I downloaded Hex Workshop, and I was told to read a .dbc file. It should contain 28,315 if you read offset 0x04 and 0x05 I am unsure how to do this? What does 0x04 mean?