hex-editors Questions

4

I have a bin file holding all my instruction cache and data cache for my Verilog project, and I want to see it as the Notepad++ hex editor shows its meaning, hex representation view. Is there a way...
Ambages asked 11/8, 2016 at 20:4

3

When I compile this code using different compilers and inspect the output in a hex editor I am expecting to find the string "Nancy" somewhere. #include <stdio.h> int main() { char...
Soddy asked 19/4, 2022 at 22:47

2

Solved

I'm using Notepad++, version 7.8.5 64bit on Windows 10. I'd like to use it as a Hex Editor. I open a binfile, but Notepad shows it to me as a text with strange characters. In order to visualize t...
Invective asked 11/3, 2020 at 17:7

10

Solved

I am trying to use Hexl mode to manually remove some special characters 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 ...
Shalna asked 23/7, 2009 at 13:12

6

Solved

As far as know in the end of all files, specially text files, there is a Hex code for EOF or NULL character. And when we want to write a program and read the contents of a text file, we send the re...
Glottic asked 28/7, 2014 at 9:6

3

Solved

The goal is to write byte array to file. I have byte array fits[] with some bytes and then: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; ...
Stokehole asked 9/3, 2016 at 1:26

12

Solved

On Windows machines there are lots of third-party editors available to edit a binary file. How can I edit a binary file on a Unix system?
Hammonds asked 8/5, 2009 at 10:33

5

Solved

I was wondering how Windows interprets characters. I made a file with a hex editor with the 3 bytes E3 81 81. Those bytes are the ぁ character in UTF-8. I opened the notepad and it displayed ぁ. I di...
Brockway asked 20/7, 2011 at 22:28

2

Solved

I have a Delphi application that I cannot recompile. In the process of moving the database to a new SQL Server version, I want to change the database password so it's no longer blank. The pr...
Mount asked 9/7, 2015 at 9:32

4

Solved

I have used the "Hex Editor to modify DPB to DPx" many times in the past to bypass VBA project security on my old Excel VBA projects (.xls), so I definitely know how to do it and know that I can do...
Nondisjunction asked 26/3, 2014 at 14:18

3

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...
Toh asked 31/8, 2012 at 17:19

5

Solved

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 vers...
Honestly asked 30/12, 2010 at 2:55

2

I have a hex file that is to be flashed onto an Atmel chip running on an Arduino device. There are certain aspects of this file that I would like to modify before putting it onto my Arduino, but ...
Slough asked 23/5, 2013 at 5:16

3

Solved

Why does inserting characters into an executable binary file cause it to "break" ? And, is there any way to add characters without breaking the compiled program? Background I've known for...
Friede asked 31/12, 2013 at 1:8

1

Solved

i want to change the value of an integer declared variable in an executable, by using the hex editor only suppose i know that there's a variable type int declared in the code and the variable is th...
Analphabetic asked 19/12, 2013 at 0:14

2

Solved

Let's say we have this program here class Message{ public static SUPER_SECRET_STRING = "bar"; public static void Main(){ string SECRET = "foo"; Console.Write(sha(SUPER_SECRET_STRING) + "" + s...
Weave asked 12/6, 2013 at 20:57

4

Solved

I need a good hex editor for Linux, and by good I mean: Fast Has search/replace features Can display data not only in hex, but also binary, octal, etc. Can work with huge (> 1 GB) files w...
Slapup asked 31/3, 2011 at 10:11

6

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.
Litha asked 5/5, 2009 at 23:5

4

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 ...
Stringy asked 1/11, 2011 at 20:44

6

Solved

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?
Psychiatrist asked 26/9, 2008 at 18:56
1

© 2022 - 2024 — McMap. All rights reserved.