Search found 1454 matches

by Maël
01 Jul 2022 00:34
Forum: Bug Reports
Topic: HxD sometimes hangs when past-writing at file end
Replies: 2
Views: 9746

Re: HxD sometimes hangs when past-writing at file end

The bug is a bit more complicated than that, it will expand the document/EditStream when necessary, of course, but related datastructures that monitor this change don't get updated properly. Thanks for the additional test case. It is a special case of the second test case in my first post (which als...
by Maël
01 Jul 2022 00:32
Forum: Bug Reports
Topic: HxD 2.5.0.0: Search for "00" or binary 00 00
Replies: 10
Views: 16389

Re: HxD 2.5.0.0: Search for "00" or binary 00 00

So it's not a bug, but you could make it a feature request. I wouldn't know what this kind of search would be called though. You could say byte search, but that's too vague and not accurate, because for text the basic unit is not necessarily a byte, depending on the encoding. Edit: a few experiments...
by Maël
01 Jul 2022 00:26
Forum: Bug Reports
Topic: HxD 2.5.0.0: Search for "00" or binary 00 00
Replies: 10
Views: 16389

Re: HxD 2.5.0.0: Search for "00" or binary 00 00

I suspect your function jumps too far to next comaprison, it should only jump ONE byte. I think it works this: "00" is found, then jumps TWO(or whole search length) bytes, but "000" can also exist, "00x" is found but "x00" won't be found that way. It does wor...
by Maël
01 Jul 2022 00:20
Forum: Bug Reports
Topic: HxD 2.5.0.0: Search for "00" or binary 00 00
Replies: 10
Views: 16389

Re: HxD 2.5.0.0: Search for "00" or binary 00 00

Thanks for the test data. I opened the file "h100000 pi decimals.txt" in Notepad++. Then did a text search for "00" (there is an option where you can count the occurences instead of listing them). The count is 9518. However, if I understand your post correctly, 00 should appear 1...
by Maël
30 Jun 2022 07:06
Forum: Bug Reports
Topic: HxD 2.5.0.0: Search for "00" or binary 00 00
Replies: 10
Views: 16389

Re: HxD 2.5.0.0: Search for "00" or binary 00 00

Please provide the test file and the exact search pattern you used to reproduce the error easily.
Additionally what was the expected count and the count you saw?
by Maël
22 Jun 2022 23:29
Forum: Bug Reports
Topic: HxD sometimes hangs when past-writing at file end
Replies: 2
Views: 9746

HxD sometimes hangs when past-writing at file end

Test case to reproduce bug: Copy first 7 bytes (any number of bytes will do), then change first byte (press a random key), go to file end, paste-overwrite (Ctrl+B) => HxD will hang Related bug test case: Copy first 7 bytes (any number of bytes will do), change nothing!, go to file end, paste-overwri...
by Maël
22 Apr 2022 12:22
Forum: Support
Topic: Block offset on new data
Replies: 2
Views: 11615

Re: Block offset on new data

I started something along those lines but never got to implement this feature fully. There is some of this implemented for the virtual memory editor, which shows memory divided in sections (which are fixed however/defined by the process whose memory is inspected), some of which are undefined and fol...
by Maël
22 Apr 2022 09:33
Forum: Feature and Enhancement Requests
Topic: Extending Motorola S-record syntax with S6
Replies: 9
Views: 12697

Re: Extending Motorola S-record syntax with S6

A new version wont come soon, so you can have the dev version or wait.
by Maël
22 Apr 2022 03:04
Forum: Feature and Enhancement Requests
Topic: Extending Motorola S-record syntax with S6
Replies: 9
Views: 12697

Re: Extending Motorola S-record syntax with S6

I made some test files with srec_cat and HxD handles it as expected. I'll just assume it will work for you as well. Let me know if you want to have the dev version to test it out. If it does not work (with the German dev version I'll send upon request), please provide the srec_cat command line with ...
by Maël
21 Apr 2022 11:10
Forum: Feature and Enhancement Requests
Topic: Extending Motorola S-record syntax with S6
Replies: 9
Views: 12697

Re: Extending Motorola S-record syntax with S6

Thanks for the file. Seems to detect the incomplete file correctly now in the changed code (the count in the S6 record and the amount of records in the file don't match).

Do you also have a valid example file, to test if this works as well?
by Maël
20 Apr 2022 21:54
Forum: Feature and Enhancement Requests
Topic: Extending Motorola S-record syntax with S6
Replies: 9
Views: 12697

Re: Extending Motorola S-record syntax with S6

Is that how you created your file?

I can produce random files, the point is to have one to test it against, where I know it matches your issue. You could modify yours so it contains no important data.
by Maël
20 Apr 2022 14:30
Forum: Feature and Enhancement Requests
Topic: Extending Motorola S-record syntax with S6
Replies: 9
Views: 12697

Re: Importing Motorola S-record with S6

Thanks for the report. I moved this to feature requests, as S6 isn't part of the official standard, and I haven't found any updated standard describing it, aside from a mention in the English Wikipedia article: https://en.wikipedia.org/wiki/SREC_(file_format) Syntax checking according to the officia...
by Maël
18 Apr 2022 19:08
Forum: Feature and Enhancement Requests
Topic: Ad hoc array/list like support for the datainspector (to show series of the same datatype)
Replies: 0
Views: 25087

Ad hoc array/list like support for the datainspector (to show series of the same datatype)

Sometimes you want to visualize a list of datatype instances, such as an integer array in a wave file, or sequence of disassembly commands, or even an array of characters/strings. Currently there is a kind of minimal array support with the array item toolbar on top of the datainspector. This allows ...
by Maël
02 Apr 2022 02:51
Forum: Feature and Enhancement Requests
Topic: Data inspector: .net decimal type
Replies: 15
Views: 19887

Re: Data inspector: .net decimal type

I have been quite busy the last days, but I'll come back to this.
by Maël
26 Mar 2022 06:14
Forum: Bug Reports
Topic: Not a bug: Notepad issue, was: Strange behaviour of letters with accents
Replies: 3
Views: 8488

Re: Strange behaviour of letters with accents

Ok, thanks for letting me now it isn't a bug.

Idk if you saw, but Notepad has an option to set the encoding in the save as dialog. You can set ANSI there, this should solve the problem.