umskt-rs/README.md
2023-06-28 22:06:08 -04:00

738 B

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