This update significantly improves Windows process introspection by adding support for WOW64 PEB structures, allowing accurate readings for 32-bit processes running on 64-bit systems. We also added new stress tests for the process killing logic to exercise concurrent signal handling and investigate PID reuse scenarios. Finally, Linux process timing is now more robust by dynamically fetching USER_HZ instead of relying on hardcoded values. It actually worked first try