Search found 5 matches
- 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: 844
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.
- 29 Nov 2020 07:54
- Forum: Comments
- Topic: How does HxD raw-read floppies?
- Replies: 5
- Views: 1566
Re: How does HxD raw-read floppies?
Can a floppy disk contain more than one partition or volume?Maël wrote: ↑28 Nov 2020 18:38The latter. You would want to enumerate the volumes, too.
https://docs.microsoft.com/en-us/window ... ng-volumes
- 27 Nov 2020 23:57
- Forum: Comments
- Topic: How does HxD raw-read floppies?
- Replies: 5
- Views: 1566
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 the device name for this, as f...
- 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: 844
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 out of range...
- 17 Nov 2020 00:49
- Forum: Comments
- Topic: How does HxD raw-read floppies?
- Replies: 5
- Views: 1566
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...