HyperDbg/hyperdbg/hyperlog
Max Raulea a02a0a25fd Port hyperlog to the Linux kernel module
Logging.c and UnloadDll.c compile and link into HyperDbg.ko, along with
the two components that were waiting on the logging layer (BinarySearch,
OptimizationsExamples).

- new PlatformStr.{h,c}: PlatformVsnprintf/Sprintf/Strnlen replace
  vsprintf_s/sprintf_s/strnlen_s; PlatformSprintf moved here out of
  PlatformMem so both spellings return -1 on truncation
- BasicTypes.h: IRP/IO_STACK_LOCATION/IO_STATUS_BLOCK/UNICODE_STRING
  grow the members shared code touches, plus the NT status and access
  constants the notify path needs
- Environment.h: RTL_NUMBER_OF, _Analysis_assume_, ASSERT -> WARN_ON
- PlatformEvent: ExEventObjectType placeholder token
- HyperLogCallback.c stays out of the module: it defines the same
  LogCallback* entry points as Logging.c (it is the per-DLL forwarding
  shim on Windows), so in one link unit it is a duplicate symbol
2026-08-14 16:25:37 +02:00
..
code Port hyperlog to the Linux kernel module 2026-08-14 16:25:37 +02:00
header Port hyperlog to the Linux kernel module 2026-08-14 16:25:37 +02:00
CMakeLists.txt change arch and file names 2026-02-13 12:12:44 +03:30
hyperlog.def fix linker warnings for kernel modules 2024-03-11 12:47:41 +09:00
hyperlog.vcxproj Port hyperlog to the Linux kernel module 2026-08-14 16:25:37 +02:00
hyperlog.vcxproj.filters Port hyperlog to the Linux kernel module 2026-08-14 16:25:37 +02:00
packages.config add WDK and SDK NuGet packages and Fix CI/CD 2026-06-21 03:02:49 +02:00