From f09cf7a8b514a0b7c16b3ac6132c32fdbbe4f115 Mon Sep 17 00:00:00 2001 From: MasOnShi Date: Mon, 4 Apr 2022 16:11:04 +0800 Subject: [PATCH 1/5] add win x86 supports. --- README.md | 17 +++++++++++++++-- README_CN.md | 17 +++++++++++++++-- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93089f1..b1bb388 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +**typoraCracker STOPS MAINTENANCE NOW. [why](https://github.com/Mas0nShi/typoraCracker/issues/39#issuecomment-1083117056)?** + + # typora Cracker ![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FMas0nShi%2FtyporaCracker.svg?type=shield) @@ -17,8 +20,18 @@ ANY PROBLEMS ARISING FROM THIS WILL BE BORNE BY THE USER (YOU). ``` ## Features -- Supports Version 1.0.0+ (At least for now.) -- tested fine in Windows, Ubuntu +- Supports Version 1.0.0 - 1.2.0 [(old archive)](https://github.com/Mas0nShi/typoraCracker/tree/backup-raw) +- Supports Version 1.2.+ [(Experimental archive)](https://github.com/Mas0nShi/typoraCracker/tree/master) + +## Support List +2022.4.4: Experimental support for automatic binary analysis to generate scripts. (v1.2.+) + +| OS / ARCH | x86 | x64 | arm64 | +|:---------:|:---:|:---:|:-----:| +| win | ✅ | ✅ | ❌ | +| linux | ❌ | ❌ | ❌ | +| macOS | ❌ | ❌ | ❌ | + ## Usage diff --git a/README_CN.md b/README_CN.md index 3817e7a..e2cf0ff 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,3 +1,6 @@ +**typoraCracker 停止维护. [为什么](https://github.com/Mas0nShi/typoraCracker/issues/39#issuecomment-1083117056)** + + # typora Cracker 一个typora的解包&解密,打包&加密工具 @@ -12,9 +15,19 @@ ``` ## Features +- 版本 1.0.0 - 1.2.0 [(使用旧的存档)](https://github.com/Mas0nShi/typoraCracker/tree/backup-raw) +- 版本 1.2.+ [(使用测试存档)](https://github.com/Mas0nShi/typoraCracker/tree/master) + + +## Support List +2022.4.4: 支持自动化分析二进制文件并生成脚本(测试性功能 v1.2.+) + +| OS / ARCH | x86 | x64 | arm64 | +|:---------:|:---:|:---:|:-----:| +| win | ✅ | ✅ | ❌ | +| linux | ❌ | ❌ | ❌ | +| macOS | ❌ | ❌ | ❌ | -- 支持版本1.0.0以上(至少现在是这样) -- 测试通过平台:Win/Ubuntu ## 食用方式 From d13b7df45760ead7ac952d6b4046a47aec586e3f Mon Sep 17 00:00:00 2001 From: MasOnShi Date: Mon, 4 Apr 2022 16:31:58 +0800 Subject: [PATCH 2/5] change readme content --- README.md | 15 ++++++++------- README_CN.md | 14 ++++++++------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b1bb388..428f2fc 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,14 @@ ANY PROBLEMS ARISING FROM THIS WILL BE BORNE BY THE USER (YOU). ## Usage - -1. `pip install -r requirements.txt` -2. `python typora.py --help` -3. read and use. -4. do something. -5. pack and replace app.asar. -6. enjoy it. +1. download in [Release Pages](https://github.com/Mas0nShi/typoraCracker/releases) +2. unzip +3. `pip install -r requirements.txt` +4. `python typora.py --help` +5. read and use. +6. do something. +7. pack and replace app.asar. +8. enjoy it. ## Example diff --git a/README_CN.md b/README_CN.md index e2cf0ff..7096916 100644 --- a/README_CN.md +++ b/README_CN.md @@ -31,12 +31,14 @@ ## 食用方式 -1. `pip install -r requirements.txt` -2. `python typora.py --help` -3. 阅读帮助文档及使用。 -4. 做你想做的事。 -5. 打包并替换原目录下的 app.asar。 -6. 享受成果。 +1. 前往[Release Pages](https://github.com/Mas0nShi/typoraCracker/releases) 下载对应版本 +2. 解压 +3. 安装依赖:`pip install -r requirements.txt` +4. 使用说明:`python typora.py --help` +5. 使用。 +6. 做你想做的事。 +7. 打包并替换原目录下的 app.asar。 +8. 享受成果。 ## 示例 From 37cb084073cb49d7cf2275586d679639117be365 Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 17:06:01 +0800 Subject: [PATCH 3/5] Update manual.yml --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index e4ba246..9513720 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -1,6 +1,6 @@ # This is a basic workflow that is manually triggered -name: Manual workflow +name: Automatic analysis # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. From d16428a8b24100eb2322b150f7fd9236ed0f41c9 Mon Sep 17 00:00:00 2001 From: MasOnShi Date: Mon, 4 Apr 2022 17:08:18 +0800 Subject: [PATCH 4/5] change readme content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 428f2fc..f750f46 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FMas0nShi%2FtyporaCracker.svg?type=shield) ![GitHub](https://img.shields.io/github/license/Mas0nShi/typoraCracker) +[![Automatic analysis](https://github.com/Mas0nShi/typoraCracker/actions/workflows/manual.yml/badge.svg)](https://github.com/Mas0nShi/typoraCracker/actions/workflows/manual.yml) A extract & decryption and pack & encryption tools for typora. From 1c701eb7ae4f1edcdd6d8559b2a789b9ea8608cb Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 17:24:24 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f750f46..4a3175e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,19 @@ # typora Cracker +![GitHub Repo stars](https://img.shields.io/github/stars/Mas0nshi/typoraCracker) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/Mas0nshi/typoraCracker) +![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/Mas0nshi/typoraCracker) +![GitHub Release Date](https://img.shields.io/github/release-date/Mas0nshi/typoraCracker) +![GitHub issues](https://img.shields.io/github/issues-raw/Mas0nshi/typoraCracker?color=ff69b4) +![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/Mas0nshi/typoraCracker) + + ![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FMas0nShi%2FtyporaCracker.svg?type=shield) ![GitHub](https://img.shields.io/github/license/Mas0nShi/typoraCracker) [![Automatic analysis](https://github.com/Mas0nShi/typoraCracker/actions/workflows/manual.yml/badge.svg)](https://github.com/Mas0nShi/typoraCracker/actions/workflows/manual.yml) + A extract & decryption and pack & encryption tools for typora. 中文说明请戳[这里](README_CN.md)