1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/lib/libimhex/include/hex
iTrooz ac2a609d0a
impr: Use execvp() instead of system() on Linux (#1170)
This PR it just a hack to fix #1160 , it doesn't solve the underlying
problem.

It fixes the problem because by using execvp() directly, it avoids the
call to `sh` done with `system()`, which has a bug on Ubuntu 22.04 which
makes it i,compatibles with the glibc inside the AppImage.
It doesn't fix the underlying problem because the programs we call
themselves still link to the AppImage's libraries instead of the system
ones.
2023-07-05 20:50:46 +02:00
..
api feat: Added new pattern inline visualizers 2023-07-04 22:18:06 +02:00
data_processor sys: Replaced many helper functions with libwolv 2023-03-12 18:27:33 +01:00
helpers impr: Use execvp() instead of system() on Linux (#1170) 2023-07-05 20:50:46 +02:00
providers impr: Separate the behaviour of being savable and being dumpable for provider (#1183) 2023-07-05 20:49:57 +02:00
ui impr: Move various settings from settings window to hex editor and pattern data view 2023-06-05 09:07:58 +02:00
api_urls.hpp build: Updated libwolv 2023-04-19 21:56:34 +02:00
plugin.hpp build: Update ImGui and its dependencies (#1122) 2023-06-04 00:09:45 +02:00