Endianness of IPv6 addresses in binary/bytes sequences seem to be in big endian in all C structs, among them the Linux kernel, and WinSock/Windows, also when in memory of Intel/little endian machines.
https://www.rfc-editor.org/rfc/rfc2553
https://learn.microsoft.com/en-us/windows/win32/api/inaddr ...
Search found 1469 matches
- 24 Jul 2025 22:11
- Forum: Feature and Enhancement Requests
- Topic: IPv4/IPv6 in Data Inspector
- Replies: 3
- Views: 98362
- 03 Jul 2025 22:27
- Forum: Feature and Enhancement Requests
- Topic: IPv4/IPv6 in Data Inspector
- Replies: 3
- Views: 98362
Re: IPv4/IPv6 in Data Inspector
Hello!
I work with a lot of binary files and dumps that include IP addresses (mostly IPv4), so I would love to have support on the data inspector in the same way that C0A00915 can be read as Uint32 352952512 it could have another row with IPv4 198.168.9.21
IPv6 addresses would be a nice bonus ...
- 03 May 2025 13:21
- Forum: Support
- Topic: Data Inspector keeps disappearing!
- Replies: 3
- Views: 189210
Re: Data Inspector keeps disappearing!
Good to know what the cause was. It seems you wrote me a mail, too, to which I replied, but didn't get a reply back. Did it go through?
- 31 Mar 2025 18:10
- Forum: Feature and Enhancement Requests
- Topic: Ability to copy data as Python bytearray
- Replies: 1
- Views: 76160
Re: Ability to copy data as Python bytearray
There is already an option in HxD for returning data as Python code.
Your example would result in:
Your example would result in:
Code: Select all
rawdata = [
0x3D, 0x4F, 0xAC, 0xDF
]
- 31 Mar 2025 18:05
- Forum: Feature and Enhancement Requests
- Topic: Allowing multiple instances.
- Replies: 1
- Views: 70063
Re: Allowing multiple instances.
To enable multiple instances, check "Tools|Options|Runnable in parallel (multiple instances)".
- 04 Dec 2024 12:46
- Forum: Support
- Topic: User manual - list of command line arguments
- Replies: 2
- Views: 75623
Re: User manual - list of command line arguments
Aside from some internally used command line parameters for dealing with elevation prompts, there are currently no special command line options.
The only currently public option is
The only currently public option is
/readonly, which will make HxD open the files passed per command line as readonly.- 07 Nov 2024 11:44
- Forum: Feature and Enhancement Requests
- Topic: Comparison improvement: Synchronized scrolling and difference highlighting
- Replies: 21
- Views: 295057
Re: Comparison improvement: Synchronized scrolling and difference highlighting
You can send a mail through the forum, or just directly using the email form on the main page: https://mh-nexus.de/en/contact.php
- 21 Oct 2024 13:26
- Forum: Bug Reports
- Topic: Access violation when dragging tabs
- Replies: 1
- Views: 73732
Re: Access violation when dragging tabs
Thanks that was a VCL (Delphi) error as well, wrong return datatype. Took quite a bit of searching with the hex data, but I found it and fixed it in the source code, so in future this patch won't be necessary.
- 19 Oct 2024 23:07
- Forum: Feature and Enhancement Requests
- Topic: Plugin repository
- Replies: 1
- Views: 78283
Re: Plugin repository
Sure, why not. Do you have a list of plugins available for HxD?
So far I am aware of https://github.com/DigicoolThings/HxD_D ... ctorPlugin
There was another one I stumbled upon by chance a while ago.
Feel free to post links in this topic and I see how to give it a more visible place.
So far I am aware of https://github.com/DigicoolThings/HxD_D ... ctorPlugin
There was another one I stumbled upon by chance a while ago.
Feel free to post links in this topic and I see how to give it a more visible place.
- 09 Jul 2024 15:43
- Forum: Feature and Enhancement Requests
- Topic: pasting non-hex characters from clipboard
- Replies: 5
- Views: 176115
Re: pasting non-hex characters from clipboard
The revised error message could look like this:
Invalid hex values in the clipboard prevent pasting into the hex column. For arbitrary text, paste into the text column, instead.
The first invalid character (%c) is at line %d, character position %d.
The allowed characters are A to F, a to f, 0 to 9 ...
Invalid hex values in the clipboard prevent pasting into the hex column. For arbitrary text, paste into the text column, instead.
The first invalid character (%c) is at line %d, character position %d.
The allowed characters are A to F, a to f, 0 to 9 ...
- 09 Jul 2024 15:34
- Forum: Feature and Enhancement Requests
- Topic: pasting non-hex characters from clipboard
- Replies: 5
- Views: 176115
Re: pasting non-hex characters from clipboard
It does indeed stop at the first invalid character, but since this has to be a generic solution, it won't be useful for everyone: A compiler, parser, or something like that might output the first invalid character location in a file, but there you assume the file is sourcecode written mostly in the ...
- 08 Jul 2024 01:39
- Forum: Feature and Enhancement Requests
- Topic: pasting non-hex characters from clipboard
- Replies: 5
- Views: 176115
Re: pasting non-hex characters from clipboard
Ultimately I located the characters by pasting the data into notepad and halving the data, dumping the top half into HxD, halve the remaining data and paste the top half into HxD, continued until I could no longer get a good top half of data, then start the halving process from the end of the ...
- 08 Jul 2024 01:12
- Forum: Feature and Enhancement Requests
- Topic: pasting non-hex characters from clipboard
- Replies: 5
- Views: 176115
Re: pasting non-hex characters from clipboard
The error was supposed to remind people that the hex column and text column automatically interpret textual clipboard data differently:
the hex column interprets text as bytes encoded as characters from 00-FF (characters themselves are encoded in a text encoding, so technically, there are two ...
the hex column interprets text as bytes encoded as characters from 00-FF (characters themselves are encoded in a text encoding, so technically, there are two ...
- 13 May 2024 17:50
- Forum: Support
- Topic: Cannot open file for write access. Used by another process.
- Replies: 2
- Views: 75475
Re: Cannot open file for write access. Used by another process.
Ideally you would ask the one who made the tutorial.
Where do you enter it (which colum hex or text?) and what is the error message?> edit hex code > and here error appears
- 08 May 2024 22:04
- Forum: Bug Reports
- Topic: Access violation error when pressing escape in Statistics window
- Replies: 6
- Views: 114022
Re: Access violation error when pressing escape in Statistics window
Not available currently, but I'll look into it.