HyperDbg/hyperdbg/include
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
..
components Port components/Spinlock.c to Linux kernel module 2026-08-14 11:35:21 +02:00
config revert hyperdbg-test 2026-08-11 00:23:02 +08:00
hyper-v add missing Hyper-V TLFS headers 2026-06-07 14:03:02 +02:00
keystone add keystone libraries 2024-07-14 18:22:42 +09:00
macros fix warnings 6 2024-03-01 23:02:03 +09:00
platform Port hyperlog to the Linux kernel module 2026-08-14 16:25:37 +02:00
SDK Port hyperlog to the Linux kernel module 2026-08-14 16:25:37 +02:00
zydis reorder keystone and zydis headers 2024-07-15 09:45:42 +09:00