Tagged Questions

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, ...
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
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 ...
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
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 ...
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
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 ...
-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.