StarUML_cracker
Usage
On Linux
- Clone the repo.
git clone https://github.com/manandhar01/StarUML_cracker.git
cd
into the cloned directory.
cd StarUML_cracker
- Run the
crack.py
as superuser.
sudo ./crack.py
"or"
sudo ./crack.py '<Path_to_StarUML_Directory>'
E.g.:sudo ./crack.py '/opt/StarUML'
On Windows
-
Open Windows Terminal of Powershell or CMD as administrator.
-
Clone the repo.
git clone https://github.com/manandhar01/StarUML_cracker.git
cd
into the cloned directory.
cd StarUML_cracker
- Run
crack_win.py
script.
py crack_win.py
"or"
py crack_win.py '<Path_to_StarUML_Directory>'
E.g.:py crack_win.py 'C:\Program Files\StarUML'