1
0
mirror of synced 2025-01-09 05:01:38 +01:00
ImHex/plugins/builtin/source/content/providers
Paulo Casaretto 5236c7b468
fix: Use machine headers to auto select arch for macOS process memory provider (#1910)
Fixes https://github.com/WerWolv/ImHex/issues/1807

### Problem description

Build fails for MacOS x86-64 due to using a wrong architecture header.

### Implementation description

Used the headers for mach that auto select the correct architecture.

### Additional things

This is being used in https://github.com/NixOS/nixpkgs/pull/330303 as a
patch

Co-authored-by: Nik <werwolv98@gmail.com>
2024-11-24 11:21:29 +01:00
..
base64_provider.cpp fix: Reading entire file content of base64 file into memory not working 2024-08-20 20:27:08 +02:00
disk_provider.cpp impr: Make Win32 API properly use unicode support 2024-06-28 11:12:17 +02:00
file_provider.cpp fix: Open file in containing folder not working 2024-06-27 19:25:02 +02:00
gdb_provider.cpp refactor: Rework features that use external libraries into optional plugins (#1470) 2023-12-23 21:09:41 +01:00
intel_hex_provider.cpp fix: Compile error due to un-unpacked expected value 2024-05-10 23:02:39 +02:00
memory_file_provider.cpp feat: Allow view providers to be renamed 2024-06-09 10:51:59 +02:00
motorola_srec_provider.cpp fix: Compile error due to un-unpacked expected value 2024-05-10 23:02:39 +02:00
process_memory_provider.cpp fix: Use machine headers to auto select arch for macOS process memory provider (#1910) 2024-11-24 11:21:29 +01:00
view_provider.cpp feat: Allow view providers to be renamed 2024-06-09 10:51:59 +02:00