The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
17 views

Is this possible to edit binary RPM compiled file without breaking its functionality

I think it would probably sound wired but I was wondering if it is possible to change a binary file by editing it, without breaking its functionality? I'm talking about Apache (httpd 2.2.24) RPM ...
1
vote
2answers
40 views

File changes while written to a folder

I am working with binary files. They are jpeg images. I need to edit them with Python and save them. I've been using this script, and seemed to work fine so far: import os, sys newpath= ...
-1
votes
1answer
72 views

How do i open a file in java and then call a hex editor to check the file type?

We are really stuck on this topic, this is the only code we have which converts a file into hex but we need to open a file and then for the java code to read the hex and extract certain bytes (e.g. ...
1
vote
0answers
33 views

How would I remove references to my username in my vb.net apps

If I load any app compiled in vb.net that I've made and pry through it with a hex editor I can see references to folders on my computer (which you can see my username). Is there a way to remove these? ...
0
votes
1answer
144 views

Which control to build a Hex-Editor?

I want to create a Hex-Editor using XAML/WPF and C#, but I need somesort of Table-Control to display the File-Content. It should have a Textbox in each Column to view Address, view and edit Hex-Values ...
0
votes
0answers
88 views

Hex view of whole memory map of a computer (for teaching programming to children)? [closed]

Sorry if this is a strange question. I grew up using a memory hex-editor program that had unrestricted access to the whole 64kb RAM of the computer. It was fantastic to learn with, since you could see ...
1
vote
1answer
34 views

Is it safe to modify a file with a hex editor in this manner?

There's a file I'd like to modify with a hex editor (add some new code/functionality), but I'm not sure if I'll find enough blank space in the program for the new material. So I've got a couple of ...
0
votes
1answer
195 views

cursor(s) in hex edit with vi/vim

I knew that we can hex edit a file with vi/vim, using the command %!xxd (call *nix hex dump) and %!xxd -r (exit *nix hex dump). The problem is, if I do some hex-editing in the hex-code area, there is ...
0
votes
1answer
240 views

Calculating Correlation Coefficient Between Two Files - Hex Value Histogram Correlation

I'm a new CS student and my teacher has asked us to take 2 txt files and compare their hex values. The content of each file is "abcde ... XYZ" and "accde ... XYZ" respectively. I've gotten the ...
1
vote
1answer
160 views

Emacs, hex editor and determing that a text file is in DOS format

Here's the simplified version of my problem: I have two text files, different data but identical first line and generated by the same program, although possibly on different OS's. When emacs reads one ...
4
votes
2answers
499 views

How to get vim to show a byte-by-byte representation of file data

I don't want vim to ever interpret my data in any encoding specific way. In other words, when I'm in vim, I want the character that my cursor is on to correspond to the actual byte, not a utf* (etc.) ...
0
votes
2answers
281 views

Is it possible to write MBR of a pen drive by any hex editor?

After creating the boot loader, if I copy the bytes of the boot loader and paste it on the 1st 512 bytes of the pen drive using a hex editor, will it work? (Actually I want to learn creating an ...
0
votes
0answers
46 views

How to parse until specific value found in Neo Hex Editor?

I am trying to describe FLV structure in Neo Hex Editor. Specifically, I am describing SCRIPTDATA area (p. 10 from FLV specifivation v.10). This area consists of arbitrary number of SCRIPTDATAOBJECT ...
1
vote
1answer
255 views

understand hexedit of an elf

Consider the following hexedit display of an ELF file. 00000000 7F 45 4C 46 01 01 01 00 00 00 00 00 .ELF........ 0000000C 00 00 00 00 02 00 03 00 01 00 00 00 ............ 00000018 30 83 ...
0
votes
1answer
234 views

Java, Trouble Hex Editing a File

Recently I began working on a project to download a game, and edit the Hex Components to do different things. It would kind of be an "auto modding" program, to save myself and others time. In order to ...
1
vote
2answers
500 views

Convert byte data to string output like in hex editor

I’m looking for method that will return string representation of byte data just like hex editor can. It should have one parameter which is byte[] and returns string like the following: This method ...
-1
votes
2answers
258 views

Writing comments in a hex editor

I'm using HxD as my hex editor, and I was wondering if it is at all possible to create a comment within the hex code from a specific file. For example I have a picture and I opened it in HxD. Is it ...
0
votes
2answers
584 views

Free Hex Editor that allows search and replace across files in folders and their subfolders etc

Looking for something like Neo Hex editor Pro and above but free that allows to replace hex, string etc. values across multiple files in folders and their sub-folders. Anything out there?
0
votes
1answer
264 views

Can I see a file attribute using PEview or Hex view(editor)?

When I look inside to a file using PEview, I wonder that where is the file attribute? On Windows, I can see a file attribute by right mouse click on a file. if so, Can I see a file attribute using ...
0
votes
1answer
248 views

Open file with hex numbers in Neo Hex Editor

I often require to interpret the file with hex numbers(may be called hex dump). Because I read the memory from the micro-controller and need to understand it, I thought, Neo-Hex Editor will help. But ...
0
votes
2answers
148 views

Hexedit of ASCII in exe not changing in app

I am trying to modify an exe (of mine) with a hex editor. It was originally written in Python using wx and turned into an exe via py2exe. I lost the source code (ugh) and need to change one of the ...
0
votes
1answer
192 views

Hexadecimal Offsets

I was looking at some hexadecimal code and someone told me to look at offset : 0x830880EC stored as little endian, but what does this mean? Browsing through the offsets listed in HxD Workshop, I see ...
-1
votes
2answers
401 views

What information is contained in a .BMP bitmap image?

I am trying to read pixels of a .bmp bitmap image using hex editor, but this bitmap image has a header file or something. I just need the R,G,B values of every pixel, like what I get in Matlab when I ...
0
votes
1answer
127 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
375 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 ...
2
votes
4answers
196 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 ...
1
vote
2answers
1k 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 ...
0
votes
1answer
158 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
2answers
189 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?
0
votes
1answer
303 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, ...
-8
votes
2answers
315 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.
0
votes
3answers
684 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
482 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 ...
1
vote
1answer
288 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 ...
2
votes
2answers
2k 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 ...
61
votes
4answers
42k views

Need a good hex editor for Linux [closed]

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 ...
3
votes
1answer
720 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 ...
1
vote
4answers
2k 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 ...
4
votes
1answer
1k views

Recommend hex editor class for C#? [closed]

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 ...
0
votes
1answer
505 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 ...
0
votes
4answers
239 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 ...
1
vote
1answer
335 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
767 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
4answers
162 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 ...
1
vote
2answers
94 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 ...
1
vote
3answers
872 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 ...
18
votes
7answers
35k views

Hex editor for Mac OSX [closed]

I need ideas on good hex editors/assemblers/disassemblers for Mac, other than gdb.
3
votes
2answers
2k 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?
8
votes
10answers
7k 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 ...
18
votes
11answers
36k 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 ...

1 2