Skip to content

Releases: TorinKS/WinKernelLite

WinKernelLite v0.2.8

22 Mar 19:38
9ea7e61

Choose a tag to compare

Changes from v0.2.7 to v0.2.8

Changes

  • 4b1285d fix: correct ZwCreateFile disposition, NTSTATUS errors, recursion, and debug buffer (by Torin)

Statistics

  • Total commits: 1

Documentation

WinKernelLite v0.2.7

22 Mar 19:17
488c552

Choose a tag to compare

Changes from v0.2.6 to v0.2.7

  • Initial release

Statistics

  • Total commits: 0

Documentation

WinKernelLite v0.2.6

22 Mar 18:26
488c552

Choose a tag to compare

Changes from v0.2.5 to v0.2.6

Changes

  • db9ed32 fix(unicode): prevent USHORT overflow and null-terminator buffer overwrite (by Torin)
  • 25ce03a fix(heap): eliminate TOCTOU gap in _ExFreePoolWithTracking (by Torin)

Statistics

  • Total commits: 2

Documentation

WinKernelLite v0.2.5

22 Mar 17:54
aa89b12

Choose a tag to compare

Changes from v0.2.4 to v0.2.5

Changes

  • 148aadf fix(heap): add CRITICAL_SECTION to protect tracking linked lists (by Torin)
  • c325bd9 perf(debug): use stack-local buffer and narrow critical section scope (by Torin)

Statistics

  • Total commits: 2

Documentation

WinKernelLite v0.2.4

22 Mar 17:05
2e4245c

Choose a tag to compare

Changes from v0.2.3 to v0.2.4

Changes

  • 8fc59c1 fix(debug): add thread-safe initialization and re-enable file output locking (by Torin)

Statistics

  • Total commits: 1

Documentation

WinKernelLite v0.2.3

22 Mar 16:50
43985f9

Choose a tag to compare

Changes from v0.2.2 to v0.2.3

Changes

  • 79f53f1 fix(thread-safety): Ensure critical sections are only deleted if initialized (by Torin)

Statistics

  • Total commits: 1

Documentation

WinKernelLite v0.2.2

22 Mar 16:29
ea5bc62

Choose a tag to compare

Changes from v0.2.1 to v0.2.2

Changes

  • 72650ee fix(thread-safety): Address TOCTOU races in global state initialization using Windows synchronization primitives (by Torin)

Statistics

  • Total commits: 1

Documentation

WinKernelLite v0.2.1

22 Mar 16:01
6a01c36

Choose a tag to compare

Changes from v0.2.0 to v0.2.1

Changes

  • e9a45f2 refactor: Move complex implementations from headers to source files (by Torin)

Statistics

  • Total commits: 1

Documentation

WinKernelLite v0.2.0

22 Mar 14:44
b95919f

Choose a tag to compare

Changes from v0.1.1 to v0.2.0

Changes

  • b13227b feat(performance): Add user-mode implementation of KeQueryPerformanceCounter (by Torin)

Statistics

  • Total commits: 1

Documentation

WinKernelLite v0.1.1

05 Dec 07:54

Choose a tag to compare

Changes from v0.1.0 to v0.1.1

  • Initial release

Statistics

  • Total commits: 0

Documentation