Skip to content

Freilichtbuehne/cli-cheat-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-cheat-db

Simple CLI tool to assist creating cheat detections

Installation

git clone https://github.com/Freilichtbuehne/cli-cheat-db.git

Usage

Create a new cheat:

./cdb.py new <name>

./cdb.py new <name> --url "https://..." --description "this cheat is bad"

Add a sample (version) to a cheat:

./cdb.py add <name> <version> <folder_or_file>

./cdb.py add <name> <version> <folder_or_file> --undetected --free --arch 32 --filetype dll

Update a sample (version) of a cheat:

./cdb.py update <name> <version> --detected

Comment on a sample (version) of a cheat (will open an editor to write the comment):

./cdb.py comment <name> <version>

About

Simple CLI tool to assist creating cheat detections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages