Skip to content

Commit c2d21ea

Browse files
committed
Update ReadMe
1 parent 92cb5fb commit c2d21ea

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
11
# FlexNetLicenseSearch
2+
3+
Use this tool, you can search and copy FlexNet encrypt binary files.
4+
5+
6+
________ _ __ __ _____ __
7+
/ ____/ /__ _ __/ | / /__ / /_ / ___/___ ____ ___________/ /_
8+
/ /_ / / _ \| |/_/ |/ / _ \/ __/ \__ \/ _ \/ __ `/ ___/ ___/ __ \
9+
/ __/ / / __/> </ /| / __/ /_ ___/ / __/ /_/ / / / /__/ / / /
10+
/_/ /_/\___/_/|_/_/ |_/\___/\__/ /____/\___/\__,_/_/ \___/_/ /_/
11+
by WillyTerra
12+
13+
14+
**********************************************************************************
15+
* -s Search flexnet licensing file
16+
* -c Copy flexnet licensing file to new folder
17+
* -h Display this info
18+
**********************************************************************************
19+
20+
## Build
21+
gcc -std=c++11 *.cpp -o FlexNetLicenseSearch
22+
You can also use cmake to build.
23+
## Run
24+
./FlexNetLicenseSearch -s -c ~/home/FlexNetFile/

0 commit comments

Comments
 (0)