Files
Kudaes 2051acda29 Small fix
There was a bug in Dinvoke_rs 0.2.1 that could trigger stack overflow errors in some environments. Fixed by upgrading to version 0.2.2.
2026-05-01 14:07:23 +02:00
..
2026-04-27 13:34:48 +02:00
2026-04-27 13:34:48 +02:00
2026-04-27 13:34:48 +02:00
2026-05-01 14:07:23 +02:00
2026-05-01 14:07:23 +02:00
2026-04-27 13:34:48 +02:00

Utils

This Rust project provides small helper utilities used by the repository techniques.

Commands

  • oplock: Opens a file, requests a level 1 oplock, and waits until another process attempts to open a handle to the file.
  • loaddll: Loads a DLL with LoadLibrary and waits for Enter before exiting.
  • query: Opens a file and prints its file ID in hexadecimal format.

Usage

utils.exe oplock  C:\path\to\file.dll
utils.exe loaddll  C:\path\to\file.dll
utils.exe query  C:\path\to\file.dll