Tagged Questions
The hex-editors tag has no wiki summary.
125
votes
22answers
102k views
What is a good Windows hex editor / viewer? [closed]
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 cursor as: byte, short, ...
8
votes
7answers
12k views
Hex editor for Mac OSX
Needed ideas on good hex editors/assemblers/disassemblers for Mac, other than gdb.
Lola
5
votes
10answers
14k 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 how can i edit a ...
5
votes
6answers
3k 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?
4
votes
3answers
2k views
Need a good hex editor for Linux
I need a good HEX editor for Linux, and by good I mean:
Fast
Search/replace features
Can display data not only in hex, but also binary, octal, etc.
Can work with huge (> 1 gb) files without becoming ...
4
votes
6answers
3k 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.
3
votes
1answer
417 views
Python hex editor/editing component
I am looking for a hex editor or a hex editing component written in Python. So far, the only thing I have come up with is YaHEbwinPy, but it crashes with "pure virtual function call"
upon exit when I ...
3
votes
1answer
548 views
Recommend hex editor class for C#?
I am looking for a free hex editor class/control for C#. Could you recommend a good one?
PS: The only requirement is the control/class should support view/edit file as hex and should be as simple as ...
3
votes
2answers
1k 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?
3
votes
9answers
4k 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 return and keep ...
2
votes
4answers
71 views
Why is 44100 in hex in reversed order in hex editor?
I opened a wave file through hex editor. I tried two hex editors, and both put 44100 in hex (AC44) in reversed order.
Why is that? For ASCII characters, "fmt", the ordering is natural.
This is ...
2
votes
2answers
578 views
Finding number of samples in .wav file and Hex Editor
Need help with Hex Editor and audio files.I am having trouble figuring out the formula to get the number of samples in my .wav files.
I downloaded StripWav which tells me the number of samples in the ...
2
votes
8answers
1k 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 relevant to identifying ...
1
vote
2answers
143 views
Can a hex editor be used to edit the instructions in an executable binary?
If I have a binary executable containing compiled C code, can I use a hex editor to edit that binary and change a specific instruction into another one, such as nop or jmp? How can I know the offset ...
1
vote
2answers
63 views
Hex Editing in .NET
I want to edit a hex location (for eg.0x90F10-0x90F15) in a DLL file.
Is there any library or APIs by which I can do it in .NET?
1
vote
4answers
484 views
Tool for 3-Way Binary (Hex) File Comparison?
I have a set of binary configuration files with three versions each -- an original, and two differently-modified versions of each file. I need to be able to see the differences between the two ...
1
vote
1answer
325 views
working to Hex data using C++
need to help me for working hex string using c++
how to open file binary data hex line by line c++
how to split line using delimiter like 0x3D c++
how to store all lines in vector map except the ...
1
vote
1answer
167 views
Open .bat file in php
I want to make an online php hexeditor, where the user uploads a file, the server performs a specified hexedit on it, and then the new file is saved on the server. I was thinking that I should write a ...
1
vote
1answer
285 views
Hex editor for viewing combined string and float data
I have a binary file of unknown format that I need to be able to read. I have access to a program which can 'unpack' the file, but the user interface is terrible for exporting data. I've extracted a ...
1
vote
2answers
85 views
What is the proper way to replace very small portions of a binary file programmatically?
I have a game code (from ioquake3 project) that compiles part of gameplay binaries on the fly (the qvm system). Now, one could potentially speed it up by loading previously saved binaries of this ...
0
votes
1answer
14 views
How do I edit an exe to save settings to a different path?
I am using a piece of software that makes the mistake of saving settings to the local appdata folder in windows, and I need it to save to the roaming appdata folder as is the best practice. The ...
0
votes
1answer
25 views
questions about hex code shown in hex editor
I am stuck on HEX(intel hex) format which I see in Hex Editor (Hex Editor Neo).
Ok,I know hex,decimal,binary,their addition,multiplication,their conversion.
Ex. sample.jpg
(this is a jpg file I open ...
0
votes
1answer
46 views
Tools, approaches for analysing proprietary data format?
I need to analyse a binary data file containing raw data from a scientific instrument. A quick look in a hex viewer indicates that's probably no encryption or anything fancy: integers will probably be ...
0
votes
1answer
101 views
XOR tool that updates in real time [closed]
I am aware that most hex editors allow me to perform all sorts of bit operations, but I am looking for something that satisfies the following:
Is a hex viewer/editor
Allows me to XOR a single byte, ...
0
votes
3answers
84 views
How windows notepad interpret characters
I was wondering how windows interpret characters, for instance:
I maked a file with an Hexeditor with the 3 bytes E3 81 81.
Those bytes are the "ぁ" character encoded as UTF-8.
I open the notepad and ...
0
votes
0answers
97 views
Advanced hex editor
I need to edit some binary data to create some complex register values.
It would be nice to have a hex editor that would have some "advanced" features besides the standart ones:
Ability to enter bit ...
0
votes
1answer
73 views
Modifying string resources inside a DLL file
Is it safe to replace some characters of a string resides in a DLL file using a Hex Editor? I'm not going to introduce new chars or remove any existing one, so the file size won't be changed. And what ...
0
votes
0answers
84 views
Pasting 1's and 0's from notepad to Hex editor Binary view
I am having some trouble with Hex editor to copy and paste one and zeros, 1's and 0's into it from notepad.
Can someone please tell me what I am doing wrong? When I paste from notepad, the one and ...
0
votes
4answers
94 views
Edit library in hex editor while preserving its integrity
I'm attempting to edit a library in hex editor, insert mode. The main point is to rename a few entries in it. If I make it in "Otherwrite" mode, everything works fine, but every time I try to add a ...
0
votes
4answers
128 views
Hexidecimal translation
I downloaded a flash player that has changeable settings. I am trying to change the color of the playlist. Problem is...it's using hex's I have never seen before. The existing hex is 0xdadada (for ...
0
votes
3answers
417 views
How to discover command line options (if any) for an undocumented executable of unknown origin?
Take an undocumented executable of unknown origin. Trying /?, -h, --help from the command line yields nothing. Is it possible to discover if the executable supports any command line options by looking ...
0
votes
3answers
857 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 solution? At runtime ...
-7
votes
2answers
102 views
Why can't I just open a file in HEX with PHP? [closed]
I need to edit hex values of a file on the server per the user's input.