Search found 1454 matches

by Maël
07 Feb 2022 13:33
Forum: Bug Reports
Topic: Audio CDs cannot be read (as a stream of raw sectors)
Replies: 12
Views: 28164

Re: Can't open CD even as administrator

Does it also happen with an ISO image mounted as virtual CD/DVD drive (built-in functionality provided by Win10)? I can't reproduce the issue so far, and don't have any CD with me. My first hunch would be that this is a driver issue, and maybe you have some special drivers installed? Does it happen ...
by Maël
26 Jan 2022 05:47
Forum: Bug Reports
Topic: Access violation error when pressing escape in Statistics window
Replies: 4
Views: 15994

Re: Access violation error when pressing escape in Statistics window

Thanks for the bug report. Fixed in the current development build.
by Maël
25 Jan 2022 20:57
Forum: Feature and Enhancement Requests
Topic: Close current child window when Alt+F4 is pressed, NOT entire program
Replies: 1
Views: 9880

Re: Close current child window when Alt+F4 is pressed, NOT entire program

The standard in Windows is to use Ctrl+F4 to close MDI windows. Additionally HxD supports Ctrl+W.
by Maël
19 Jan 2022 21:01
Forum: Feature and Enhancement Requests
Topic: Suggestion for HxD:User templates for data inspector
Replies: 25
Views: 78082

Re: Suggestion for HxD:User templates for data inspector

The screenshot in the post above comes from the software at synalysis.net, which has a Windows version at hexinator.com/benefits. A higher resolution screenshot from this software that shows more detail: Parsing-results-explained[1].png It uses " grammars " defined in XML which is quite ve...
by Maël
09 Jan 2022 22:39
Forum: Feature and Enhancement Requests
Topic: Suggestion for HxD:User templates for data inspector
Replies: 25
Views: 78082

Re: Suggestion for HxD:User templates for data inspector

Use case example submitted by Denis Collis: Simple example. Say I have C defs... typedef enum { DEV_UART = 0, DEV_MODEM = 1, DEV_NFC = 2, DEV_BLE = 3, } typedef struct { uint32_t serial; devtype_e devtype; char desc[28]; } prod_t; If I then click on the first byte of the struct in the file, then the...
by Maël
24 Nov 2021 19:02
Forum: Feature and Enhancement Requests
Topic: Disassembly feature as a 3rd party extendable plug-in?
Replies: 71
Views: 1115850

Re: Disassembly feature as a 3rd party extendable plug-in?

Without a response, nothing will be done regarding this feature.
by Maël
16 Nov 2021 20:22
Forum: Feature and Enhancement Requests
Topic: Disassembly feature as a 3rd party extendable plug-in?
Replies: 71
Views: 1115850

Re: Disassembly feature as a 3rd party extendable plug-in?

I hadn't considered the case of more than one relative branch operand (or a combination of relative branch and absolute jump operands, for that matter). To me the solution is simple, however: bail. Unless Maël would be willing to modify HxD to allow for two separate go to links, there's nothing we ...
by Maël
16 Nov 2021 20:02
Forum: Feature and Enhancement Requests
Topic: Disassembly feature as a 3rd party extendable plug-in?
Replies: 71
Views: 1115850

Re: Disassembly feature as a 3rd party extendable plug-in?

Writing this ISA definition did make me wonder one thing: how hard would it be to add the go to functionality to branched instructions? From the perspective of the ISA definitions that wouldn't be so hard (would need a boolean column in the CSV that signifies a branch instruction), but it doesn't l...
by Maël
16 Nov 2021 18:31
Forum: Feature and Enhancement Requests
Topic: Disassembly feature as a 3rd party extendable plug-in?
Replies: 71
Views: 1115850

Re: Disassembly feature as a 3rd party extendable plug-in?

So in conclusion, I will add formatting options such that you can control leading zeros, casing, and prefix/postfix style of hexadecimal numbers, and casing of instructions/operands in assembly. Those options will be passed to the plugin, like the integer options are passed now, so that the plugin ...
by Maël
09 Nov 2021 20:28
Forum: Support
Topic: Is this a bug or I am doing something wrong?
Replies: 1
Views: 7828

Re: Is this a bug or I am doing something wrong?

Although I can see the mp3 file is 16 bits, when I export it only exports the first 12-bits out of each line of code. Hi, I am not sure what you base your assumptions on. 16 bits per sample would be what the decoded data stream is, since MP3 is compressed, you cannot just browse through the file li...
by Maël
06 Oct 2021 13:30
Forum: Support
Topic: Accessing USB-Stick Firmware's bytes
Replies: 1
Views: 8357

Re: Accessing USB-Stick Firmware's bytes

I would suggest using a software like TestDisk or some file recovery software instead of using a hex editor to try to fix the file system, if you don't know intimately how the file system / partitioning system works. It's not something you can explain briefly, or without having all the information. ...
by Maël
06 Oct 2021 13:25
Forum: Support
Topic: Cleanest/best practical approach?
Replies: 3
Views: 8807

Re: Cleanest/best practical approach?

Regarding the rest of your question: there is no import functionality for source code, since there are many possible syntactical variations. But Python should be able to generate binary files just fine, and Python can also parse Python code as well, so Python itself is probably a good option to solv...
by Maël
06 Oct 2021 13:21
Forum: Support
Topic: Cleanest/best practical approach?
Replies: 3
Views: 8807

Re: Cleanest/best practical approach?

Python is available in a development version of HxD (not final/fully tested yet) under the menus Edit|Copy as or File|Export as. You can find the current (not final/fully tested yet) HxD.exe as part of the translation package: https://mh-nexus.de/downloads/BabelfishForHxD.zip Just extract the folder...
by Maël
30 Sep 2021 00:17
Forum: Off Topic
Topic: I like to report people who are claim hxd is theirs
Replies: 1
Views: 25001

Re: I like to report people who are claim hxd is theirs

Thanks for the report, just to document for posterity: we talked about this per e-mail.
by Maël
24 Jul 2021 09:27
Forum: Feature and Enhancement Requests
Topic: Cannot be implemented: Feature request: Undo & Redo after save
Replies: 5
Views: 10063

Re: Cannot be implemented: Feature request: Undo & Redo after save

Sorry, not if it can cause all kinds of random bugs. The support burden will be on me.