sysrun

Crates.iosysrun
lib.rssysrun
version0.1.0
created_at2025-03-24 21:28:30.15726+00
updated_at2025-03-24 21:28:30.15726+00
descriptionRun any executable as local SYSTEM account (no service required).
homepagehttps://github.com/codeOverFlow/sysrun
repositoryhttps://github.com/codeOverFlow/sysrun
max_upload_size
id1604434
size25,104
CodeOverFLow (codeOverFlow)

documentation

README

crates.io MIT licensed

Sysrun

Run any executable as local SYSTEM account (no service required).

It is directly taken from the awesome tools from the one and only (the GOAT) Pavel Yosifovich.

This project is more or less a one-to-one rust translation of his tools but rust powered.

My primary goal is to learn more about windows internals by reading God Pavel's code, and then to make it available through cargo install.

Usage

Usage: sysrun.exe <EXECUTABLE> [ARGS]...

Arguments:
  <EXECUTABLE>  Executable to launch
  [ARGS]...     Arguments

Options:
  -h, --help  Print help
Commit count: 2

cargo fmt