mirror of
https://github.com/Kudaes/Puzzle
synced 2026-06-06 16:04:33 +00:00
2051acda29
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.
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 withLoadLibraryand waits forEnterbefore 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