No description
Find a file
2023-06-28 22:06:08 -04:00
mskey xpkey -> mskey 2023-06-28 21:57:32 -04:00
umskt Flesh out README 2023-06-28 22:06:08 -04:00
.gitignore Remove keys.json from repo 2023-06-28 03:59:28 -04:00
Cargo.lock xpkey -> mskey 2023-06-28 21:57:32 -04:00
Cargo.toml xpkey -> mskey 2023-06-28 21:57:32 -04:00
LICENSE Add LICENSE 2023-06-28 22:06:00 -04:00
README.md Flesh out README 2023-06-28 22:06:08 -04:00

Universal MS Key Toolkit (UMSKT) Rust Edition

This is an unofficial Rust port of the UMSKT project. It is a pure Rust implementation rather than a binding, so it does not require any C or C++ dependencies and can be built for any platform supported by Rust and std.

It does not include the required keys.json file used by UMSKT. That needs to be found elsewhere, most likely in the UMSKT codebase.

Credits

These contributors helped create the UMSKT project that this codebase was based on:

  • z22
  • MSKey
  • sk00ter
  • diamondggg
  • pottzman
  • Endermanch
  • Neo-Desktop
  • WitherOrNot
  • TheTank20

Development Requirements

Build Steps

  1. cargo build