Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 93 results for
hexdump
- Page 1
Hexdump works propely ?
Hardware and Software
Linux and Unix
11 Years Ago
by dinamit3
… is stored on 2 bytes. When i do in linux :
hexdump
-C file that contains the string it shows : 00000000 c8… is the code point of ț showed in hexa. Why does
hexdump
shows a wrong result ? c8 9b is different from 021b…
Re: How to make this C hexdump program in C++
Programming
Software Development
13 Years Ago
by BobS0327
>
hexDump
("my_str", &my_str, sizeof (my_str)); First of all, …
Re: Hexdump won't dump all lines, need a little help.
Programming
Software Development
11 Years Ago
by MasterHacker110
Sory I took so long to reply, but this is how I run the program.
hexdump
.exe TestFile.txt 16 100 The width is how many characters there should be printed on the screen before it prints a newline. The stop is the total amount of characters to be read from the file.
How to make this C hexdump program in C++
Programming
Software Development
13 Years Ago
by MasterHacker110
… i need in c++ #include <stdio.h> void
hexDump
(char *desc, void *addr, int len) { int i; unsigned char…(infile, "r+"); while(fgets(my_str, 999, fp) != NULL) { }
hexDump
("my_str", &my_str, sizeof (my_str)); return 0; } so…
Re: Hexdump works propely ?
Hardware and Software
Linux and Unix
11 Years Ago
by L7Sqr
It seems to be the difference between UTF-8 hex and UTF-16 hex ([See encodings section here](http://www.fileformat.info/info/unicode/char/21b/index.htm))
Hexdump won't dump all lines, need a little help.
Programming
Software Development
11 Years Ago
by MasterHacker110
I have a simple program that is suppose to read character by character from a file, then if a counter reached a certain limit, it will print those characters in hex format and continue reading the next character from file: Here is my code, but it isnt working correctly, instead of continuing to read the nex line in the file, it just stops. …
Re: Hexdump won't dump all lines, need a little help.
Programming
Software Development
11 Years Ago
by deceptikon
Barring the obvious issue of not properly handling the last span of characters unless they're exactly `width` length, I don't see any problems. I'd do a few things differently, but the way you're doing it is functional. Can you provide a sample file as well as an invokation string so that we can see what you're seeing?
Re: Hexdump won't dump all lines, need a little help.
Programming
Software Development
11 Years Ago
by MasterHacker110
Here is a sample: Hello world this is 3 and 4 The output is nothing
Re: Hexdump won't dump all lines, need a little help.
Programming
Software Development
11 Years Ago
by deceptikon
What are you passing as `width` and `stop`? So what values do `argv[2]` and `argv[3]` have? That's somewhat important in replicating your results. ;)
Re: Hexdump won't dump all lines, need a little help.
Programming
Software Development
11 Years Ago
by vajeerpatel
<html> <title>well come to home page</title> <head> <body> </body> <table cellpadding=2 width=100% border=2 > <tr> <td> </td> </tr> * ## Sub-Heading Here ## Emphasized Text Here </table>
Exe Problem in VC++
Programming
Software Development
13 Years Ago
by naraayanan
…" FILTER="GRABMI_FILTER_PRIVACY"> <MATCHING_FILE NAME="
HexDump
.exe" SIZE="127030" CHECKSUM="0x69D403CD"…="1, 0, 0, 1" ORIGINAL_FILENAME="
HexDump
.EXE" INTERNAL_NAME="
HexDump
" LEGAL_COPYRIGHT="Copyright (C) 1999" VERFILEDATEHI…
Hex display!
Programming
Software Development
10 Years Ago
by chubbyy.putto
…#define HEX_OFFSET 1 #define ASCII_OFFSET 51 #define NUM_CHARS 16 void
hexdump
(char* prog_name, char * filename); /* Clear the display … main(int argc, char * argv[]) { char *prog_name="
hexdump
"; if (argc != 2) { printf("\n\t…
Unwanted characters in output from fread.
Programming
Software Development
9 Years Ago
by CodeWarrior14
…out = ctrue; op_info.outfilename = "C:\\Users\\User\\Desktop\\
hexdump
.txt"; dump_file(); getchar(); return 0; } Sample output of…op_info.outfilename = "C:\\Users\\User\\DesktÌÌÌÌÌÌÌÌpsLÌÌÌÌÌÌÌÌPsLÌÌÌ̬ãÁœú©op\\
hexdump
.txt"; dump_file(); getchar(); return 0; } <!-- This…
buffer
Programming
Software Development
20 Years Ago
by jifiii
… hex only( This is the program default.) Unlike the actual
hexdump
command, you will no support a named input file You…, as in the examples above: Make it look like the
hexdump
output, that is... A vertical bat "|" to mark…
Virus Vista Home Premium
Hardware and Software
Information Security
14 Years Ago
by sharkie002
… dRun: [Mque] C:\Windows\user.exe dRun: [Mqrtc] C:\Windows\
hexdump
.exe dRun: [Mqutc] C:\Windows\sysedit.exe dRun: [MqmPqg] C…:\Windows\TEMP\
hexdump
.exe dRun: [Mqqsc] C:\Windows\drweb.exe dRun: [MqmPb] C…
Re: Virus Vista Home Premium
Hardware and Software
Information Security
14 Years Ago
by sharkie002
… dRun: [Mque] C:\Windows\user.exe dRun: [Mqrtc] C:\Windows\
hexdump
.exe dRun: [Mqutc] C:\Windows\sysedit.exe dRun: [MqmPqg] C…:\Windows\TEMP\
hexdump
.exe dRun: [Mqqsc] C:\Windows\drweb.exe dRun: [MqmPb] C…
Input Buffer
Programming
Software Development
20 Years Ago
by jifiii
… my labs I have to create a program similar to
hexdump
of linux, I can do everything it asks me to…
Displaying contents of .txt files
Programming
Software Development
15 Years Ago
by hdef
The program gets the
hexdump
of a file and saves it in a text file (…
ELF File Format
Programming
Computer Science
14 Years Ago
by dansnyderECE
I'm attempting to manually load the
hexdump
of an elf file that I compiled using g++ into …
String Conversion
Programming
Software Development
14 Years Ago
by dansnyderECE
… I've answered my own question... (I'm writing a
HexDump
-> assembler file converter by the way)
error
Programming
Web Development
13 Years Ago
by victabk
…) && (checksum.equalsIgnoreCase("md5"))) { String md5 = upBean.
hexDump
(upBean.computeMD5(fhead,-1)).toLowerCase(); if ((md5 != null) &&…
Help if you can
Programming
Software Development
13 Years Ago
by victabk
…) && (checksum.equalsIgnoreCase("md5"))) { String md5 = upBean.
hexDump
(upBean.computeMD5(fhead,-1)).toLowerCase(); if ((md5 != null) &&…
How to make a hex dump in C++
Programming
Software Development
13 Years Ago
by MasterHacker110
i have tried to write this
hexdump
code for dumping the contents of a tex file. #include &…
Re: read a hex file
Programming
Software Development
15 Years Ago
by ddanbe
…using System.IO; using System.Windows.Forms; namespace
HexDump
{ class Program //simulate
hexdump
utility { [STAThread] static void Main(string[]… { Console.WriteLine(">>> ERROR
HEXDUMP
: {0}", ex.Message); return; } Console.WriteLine(&…
Re: Upload locally but it doesn't online
Programming
Web Development
7 Years Ago
by cereal
…/wIt3gAAAAd0SU1FB+EIAQ0VNIfZz9EAAAALSURBVAjXY2DABwAAHgABboVHMgAAAABJRU5ErkJggg== Here is the
hexdump
of both files and a comparison: »
hexdump
-C a.png 00000000 89 …n.G2....IEND.B| 000000b0 60 82 |`.| 000000b2 »
hexdump
-C b.png 00000000 89 50 4e 47 0d 0a…
Re: Winsock HTTP Post problem
Programming
Software Development
14 Years Ago
by gashtio
…> #include <iostream> #include <iomanip> void
HexDump
( char ch ) { std::cout << std::setw(2) <…::setiosflags( std::ios_base::uppercase ); std::for_each( vRequestBytes.begin(), vRequestBytes.end(),
HexDump
); std::cout << std::endl; return 0; }[/CODE] If…
Re: A:/ Floppy Drive
Programming
Software Development
13 Years Ago
by miker00lz
…%u:\r\n", curdrive&0x7F); ttyprint(maintty, msg);
hexdump
((uint8 far *)(((uint32)_CS<<16)|(uint32)&mbr…%u:\r\n", curdrive&0x7F); ttyprint(maintty, msg);
hexdump
((uint8 far *)(((uint32)_CS<<16)|(uint32)&mbr…
Re: Accessing u_char value
Programming
Software Development
13 Years Ago
by histrungalot
I think he wants an output like
hexdump
-C [code]$
hexdump
-C a.out | more 00001c30 7c 04 00 00 ff …
Re: Help with a small c++ text encyptor please
Programming
Software Development
13 Years Ago
by histrungalot
… 134 (0x86) in your encrypt file. You can use
hexdump
to see. [code]$
hexdump
-C ../../Downloads/doc.enc | more 00000000 2a 98…
Re: Mysterious Error in Hotel Management Program - C
Programming
Software Development
11 Years Ago
by shibblez
… GCC and Linux. puts("Before update"); system("
hexdump
-C data.file"); f=fopen("data.file"…, f); } fclose(f); puts("After update"); system("
hexdump
-C data.file"); I've used 7 instead of…
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC