1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-22 20:17:46 +00:00
novus/argcracker
Joshua Goins 2eccb10eda Remove fmt dependency
It's no longer used, and replaced with physis functions where formatting
was needed.
2023-09-23 14:51:47 -04:00
..
src Remove fmt dependency 2023-09-23 14:51:47 -04:00
CMakeLists.txt Ensure compliance with REUSE, add to CI 2023-08-06 08:50:33 -04:00
README.md Improve README (and add more), add BUILDING and CONTRIBUTING 2023-08-18 12:18:36 -04:00

argcracker

This can crack any SqexArg formatted string you throw at it. However there are two caveats:

  1. You must know the current TickCount() when you got the string, the easiest way is to run your victim program and then run argcracker right after.
  2. You must know at least one known argument (such as UserPath) or the decrypted result will be hard to find.

Usage

$ argcracker.exe [sqexarg string] [tick range] [known arg]`

Example:

`$ argcracker.exe //**sqex0003p8LrsXt9_m9RJAsGzXd66zb3SxeTqZdhV**// 1000 UserPath`