HyperDbg/hyperdbg/include/SDK/headers
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
..
Assertions.h change SDK folders to lowercase 2024-07-28 20:42:48 +09:00
BasicTypes.h Port hyperlog to the Linux kernel module 2026-08-14 16:25:37 +02:00
Connection.h header files 2026-08-06 21:11:59 +03:30
Constants.h add different DW DA definition 2026-08-08 16:38:16 +02:00
DataTypes.h Filled in the time stubs for platformtime functions for linux 2026-08-11 13:13:07 +02:00
ErrorCodes.h moving pool mananger from hyperhv to hyperkd 2026-06-04 00:06:41 +02:00
Events.h refactor IOCTL codes 2026-05-17 17:07:59 +02:00
HardwareDebugger.h fix: correct typos and one copy-paste error in comments and messages 2026-04-23 12:38:48 +00:00
Ioctls.h header files 2026-08-06 21:11:59 +03:30
LbrDefinitions.h perform adjustments for call_stack filter option of LBR 2026-05-17 04:27:56 +02:00
Pcie.h pcicam: Add support for Bridge header type; add initial support for determining BARs and their sizes 2025-01-27 16:14:43 +01:00
PtDefinitions.h add user mode PT parameter parser 2026-06-30 20:30:25 +02:00
RequestStructures.h Merge pull request #671 from nikzad66/uin-uout-commands 2026-08-10 12:00:21 +02:00
ScriptEngineCommonDefinitions.h update variable type and add float type in script enginr 2026-07-20 23:21:34 +08:00
Symbols.h refactor IOCTL codes 2026-05-17 17:07:59 +02:00