Typora Cracker
Usage
Install Python and download the code
Open terminal in the code folder
Enter the following commands
You’d better turn on the proxy to install dependency
Replace
{installRoot}
with your installation directory1
2
3
4
5pip install -r requirements.txt
python typora.py "{installRoot}\Typora\resources\app.asar" outfile/
Copy-Item example/patch/License.js outfile/dec_app
python typora.py -u outfile/dec_app outfile/
node example/keygen.js
Output info: XXXXXX-XXXXXX-XXXXXX-XXXXXX
Then replace Typora/resources/app.asar
with outfile/app.asar
Copy-Item outfile/app.asar {installRoot}\Typora\resources\app.asar
Open and activate Typora
Input your email and the keygen above
Input info:1
2email: [email protected]
serial: XXXXXX-XXXXXX-XXXXXX-XXXXXX
Test
End
Comment