StarUML is a UML tool by MKLab. The software was licensed under a modified version of GNU GPL until 2014, when a rewritten version 2.0.0 was released for beta testing under a proprietary license. (Read more about it on Wikipedia)
How to crack
v3.2.2
Source: https://gist.github.com/DrYazid/1d1302ef2ec6727703615662f7b614cf
- Install StarUML
- Install node.js
- Go to
<installed directory>\resources
- Open CMD or Powershell (as administrator)
- Run
npm install -g asar
and thenasar extract app.asar app
- Edit
<installed directory>\resources\app\src\engine\license-manager.js
- On line
129
(could maybe change) changesetStatus(this, false)
tosetStatus(this, true)
- Go back to
<installed directory>\resources
- Run
asar pack app app.asar
- You’re done 🙂
v2.x
Source: https://gist.github.com/trandaison/40b1d83618ae8e3d2da59df8c395093a
Has to be tested …
(285 Views)