当前位置:网站首页>Typora activation method

Typora activation method

2022-06-26 05:59:00 Mr.Rop

Prerequisite :

  • need python Environmental Science
  • need node Environmental Science
  • Will use cmd Command line tools

1. Clone script file

 Open the command line tool (win+R  Input  cmd)
git clone https://github.com/Mas0nShi/typoraCracker.git

 Insert picture description here

Choose a place to store files and create a new folder  Insert picture description here

Reuse cmd Enter the new folder , Then enter the clone statement .

Continue to install dependencies at this path (cmd Input in )

pip install -r requirements.txt

2. Find yourself Typora Installation directory resources In the catalog app.asar file

 Insert picture description here

3. Execute unpacking naming

Windows If the path has spaces , Need to use "" wrap up , If you are prompted with permission problems , Run the command line as an administrator , It is recommended to use the administrator to perform the following tasks .

python typora.py "D:\Typora\Typora\resources\app.asar" workstation\outfile\

 Insert picture description here

4. Use the script folder example\path\License.js Replace workstation\outfile\dec_app\License file

5. pack app.asar file

python typora.py -u workstation\outfile\dec_app workstation\outappasar

6. Will be packed back app.asar The file is lost again to Typora Of resources Under the table of contents

 Insert picture description here

7. Generate authorization code

node example/keygen.js

8. Activate

Authorization code enter the generated code , Mailbox input [email protected], Finished .

原网站

版权声明
本文为[Mr.Rop]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202180503012117.html