Skip to content

The original crack method, how to modify the license verification function cannot be used

Notifications You must be signed in to change notification settings

medslimen4/StarUml-The-original-crack-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

StarUml-The-original-crack-method

StarUML . The original crack method, how to modify the license verification function cannot be used. The installation location has changed and the LicenseManagerDomain.js file has been found. What should I do? The old driver told everyone to solve the problem.

StarUML is written in nodejs. Specifically, it is written on the front frame of Electron. All starUML source code in the new version is packaged by the roasting tool.

go to the directory (Windows)

C:\Program Files\StarUML\resources

install the tool asar

npm install -g asar

unpack StarUML use the command:

asar extract app.asar app

Edit the license file :

app\src\engine\license-manager.js

modify the code

line 125

  checkLicenseValidity () {
    this.validate().then(() => {
      setStatus(this, true)
    }, () => {
    //===> Cambiar false por true
      setStatus(this, true)
      //===> Comentar Dialog
      // UnregisteredDialog.showDialog()
    })
  }

repackage StarUML use the command :

  asar pack app app.asar

execute StarUML

About

The original crack method, how to modify the license verification function cannot be used

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published