File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 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/
You can’t perform that action at this time.
0 commit comments