Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
TerraWilly committed May 19, 2022
1 parent 92cb5fb commit c2d21ea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# FlexNetLicenseSearch

Use this tool, you can search and copy FlexNet encrypt binary files.


________ _ __ __ _____ __
/ ____/ /__ _ __/ | / /__ / /_ / ___/___ ____ ___________/ /_
/ /_ / / _ \| |/_/ |/ / _ \/ __/ \__ \/ _ \/ __ `/ ___/ ___/ __ \
/ __/ / / __/> </ /| / __/ /_ ___/ / __/ /_/ / / / /__/ / / /
/_/ /_/\___/_/|_/_/ |_/\___/\__/ /____/\___/\__,_/_/ \___/_/ /_/
by WillyTerra


**********************************************************************************
* -s Search flexnet licensing file
* -c Copy flexnet licensing file to new folder
* -h Display this info
**********************************************************************************

## Build
gcc -std=c++11 *.cpp -o FlexNetLicenseSearch
You can also use cmake to build.
## Run
./FlexNetLicenseSearch -s -c ~/home/FlexNetFile/

0 comments on commit c2d21ea

Please sign in to comment.