Skip to content

SindriKit v1.0.1 (Hotfix)

Choose a tag to compare

@youssefnoob003 youssefnoob003 released this 22 Jun 19:23

SindriKit v1.0.1 (Hotfix)

A rapid patch to address an edge-case in payload execution discovered shortly after the v1.0.0 drop. All users should pull this version as their new baseline.

Bugs Fixed

  • Native Loader State: Resolved an access violation in native_load_library when executing complex payloads or resolving stateful APIs (e.g., MessageBox via user32.dll).
  • Under the Hood: The framework previously relied on the global NTDLL getter for this operation, causing a segfault if the engine was running off an unmapped disk or KnownDlls image (due to uninitialized OS loader locks). This function now correctly isolates its state and forces a dynamic PEB walk to execute LdrLoadDll safely.

(Note: No other core primitives, signatures, or APIs were modified in this patch).