Skip to main content

Installation

Create a new rust project
Terminal
Add the TSAR crate to your cargo.toml file
Cargo.toml
Create a new TSAR Client struct in your main.rs file and authorize your user. You can optionally create a heartbeat() loop in a background thread.
main.rs
Thats it! You are now protected by TSAR.

What’s next?

TSAR isn’t a means to fully secure your application from reverse engineering. We recommend investing into protecting your software through encryption and obfuscation. Here are some Rust tools that we recommend:
  • Goldberg (Code flow obfuscation, string literal encryption, integer literal encryption)
  • Debugoff (Linux anti-analysis)
We also recommend using these release flags:
Cargo.toml