Search found 6 matches

by Videogamer555
19 Mar 2021 00:05
Forum: Support
Topic: How do you clear the MRU list for HxD?
Replies: 1
Views: 8071

How do you clear the MRU list for HxD?

I would like to clear the most recently used files list in HxD, but I don't know where in the registry to look. Usually MRU lists for various pieces of software are stored in the registry, and can be manually deleted with RegEdit (even if the software provides no mechanism for clearing the MRU list)...
by Videogamer555
20 Dec 2020 09:30
Forum: Bug Reports
Topic: Fixed: This seems like a bug in the latest version 2.4.0.0
Replies: 2
Views: 9057

Re: This seems like a bug in the latest version 2.4.0.0

I hope this bug gets fixed soon. I need a way to search for 64bit integers, and currently that's broken.
by Videogamer555
29 Nov 2020 07:54
Forum: Comments
Topic: How does HxD raw-read floppies?
Replies: 5
Views: 17721

Re: How does HxD raw-read floppies?

Maël wrote: 28 Nov 2020 18:38 The latter. You would want to enumerate the volumes, too.

https://docs.microsoft.com/en-us/window ... ng-volumes
Can a floppy disk contain more than one partition or volume?
by Videogamer555
27 Nov 2020 23:57
Forum: Comments
Topic: How does HxD raw-read floppies?
Replies: 5
Views: 17721

Re: How does HxD raw-read floppies?

But now what about floppies? I know that I can use CreateFileA and "\\.\A:" is equivalent to "Logical disks, Floppy Disk 1" in HxD, but I can't figure out how HxD accesses the PHYSICAL floppy drive. I know in HxD it's called "Logical disks, Floppy Disk 1", but what is ...
by Videogamer555
27 Nov 2020 23:46
Forum: Bug Reports
Topic: Fixed: This seems like a bug in the latest version 2.4.0.0
Replies: 2
Views: 9057

Fixed: This seems like a bug in the latest version 2.4.0.0

When I search for the number 500000 in 64bit integers (ctrl+R and then searching for the integer 500000 with Bitwidth being set to 64bit) it says "500000 is out of range representable with 64 bits.". Yet I know that 500000 is NOT too large of a number for 64bits. Not even close to being ou...
by Videogamer555
17 Nov 2020 00:49
Forum: Comments
Topic: How does HxD raw-read floppies?
Replies: 5
Views: 17721

How does HxD raw-read floppies?

I posted this before but I think I posted it in the wrong section. So I've moved it here. I'm trying to make my own software for reading raw sectors from floppy disks. I'm curious what API functions you use to raw-read from the floppy. I know with a harddrive I can read by opening it like a file wit...