1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 08:42:28 +00:00
serenity/Userland/DevTools
Gunnar Beutner 60d6137e73 Userland: Use /proc/kernel_base to determine the kernel base address
This removes all the hard-coded kernel base addresses from userspace
tools.

One downside for this is that e.g. Profiler no longer uses a different
color for kernel symbols when run as a non-root user.
2021-07-22 21:38:23 +02:00
..
HackStudio Userland: Use /proc/kernel_base to determine the kernel base address 2021-07-22 21:38:23 +02:00
Inspector Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
IPCCompiler IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom defines 2021-07-12 12:26:52 +02:00
Playground Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
Profiler Userland: Use /proc/kernel_base to determine the kernel base address 2021-07-22 21:38:23 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator Everywhere: Prefer using {:#x} over 0x{:x} 2021-07-22 08:57:01 +02:00
CMakeLists.txt Userland: Disable Hackstudio and UE on x86_64 2021-06-30 19:05:51 +02:00