1
0
mirror of synced 2025-01-09 05:01:38 +01:00
ImHex/plugins/builtin/source/content/providers
Justus Garbe 1a3debd6c9
fix: Raw Disk Provider not working correctly on Linux and macOS (#1195)
<!--
Please provide as much information as possible about what your PR aims
to do.
PRs with no description will most likely be closed until more
information is provided.
If you're planing on changing fundamental behaviour or add big new
features, please open a GitHub Issue first before starting to work on
it.
If it's not something big and you still want to contact us about it,
feel free to do so !
-->

### Problem description
- Fixed disk provider not working for linux

### Implementation description
- Used ioctl instead of fstat
- Fixed buffer issues

---------

Co-authored-by: WerWolv <werwolv98@gmail.com>
2023-07-16 18:18:41 +02:00
..
disk_provider.cpp fix: Raw Disk Provider not working correctly on Linux and macOS (#1195) 2023-07-16 18:18:41 +02:00
file_provider.cpp fix: Crash when trying to remove chunks larger than the whole file 2023-07-06 21:14:50 +02:00
gdb_provider.cpp impr: Improved types used in provider functions 2023-06-04 10:42:11 +02:00
intel_hex_provider.cpp impr: Improved types used in provider functions 2023-06-04 10:42:11 +02:00
memory_file_provider.cpp impr: Added default saveAs implementation for all providers 2023-03-17 08:15:43 +01:00
motorola_srec_provider.cpp impr: Improved types used in provider functions 2023-06-04 10:42:11 +02:00