Skip to content

Commit de7f4a6

Browse files
committed
添加 v1.0.4 使用说明
1 parent 65eaa73 commit de7f4a6

File tree

6 files changed

+36
-4
lines changed

6 files changed

+36
-4
lines changed

.github/workflows/build_pack.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ name: MSBuild
77

88
on:
99
push:
10-
branches:
11-
- '*'
10+
branches-ignore:
11+
- 'main'
12+
1213
pull_request:
13-
branches:
14-
- '*'
14+
branches-ignore:
15+
- 'main'
16+
1517

1618
env:
1719
# Path to the solution file relative to the root of the project.

HelpUploadFiles/HelpUploadFiles.rc

0 Bytes
Binary file not shown.

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,36 @@ Other Common Symbols:
356356
- `|`: Represents an OR operation, matching either of the two.
357357
- `.`: Matches any character except for a newline.
358358

359+
360+
## 🧊v1.0.4 新增功能 - v1.0.4 New Features
361+
362+
### 🥤简介 - Introduction
363+
364+
新版本增添了基于进程 id 注入赋能模块到进程的功能,主要可用于注入一些不存在可见窗口的进程。其中选择 32位还是 64 位版本 HelpUploadFiles 的策略与基于窗口捕获方案相同。
365+
366+
The new version has added the functionality to inject an empowerment module into a process based on the process ID, which can primarily be used for injecting into processes that do not have visible windows. The strategy for selecting whether to use the 32-bit or 64-bit version of HelpUploadFiles is the same as the one based on the window capture scheme.
367+
368+
### 🥤使用步骤 - Usage Steps
369+
370+
#### 🍷通过任务管理器获取进程 id - Obtain the Process ID through Task Manager
371+
372+
通过任务管理器查看需要注入的进程 id号。
373+
374+
Use the Task Manager to view the process ID that needs to be injected.
375+
376+
![image-20240509222044400](https://github.com/KrxkGit/HelpUploadFiles/blob/main/documents/imgs/10.jpg)
377+
378+
#### 🍷根据进程id注入进程 - Inject into the Process Based on the Process ID
379+
380+
选择合适版本 (x86/x64) 的 **HelpUploadFiles** 完成注入。
381+
382+
Choose the appropriate version (x86/x64) of **HelpUploadFiles** to complete the injection.
383+
384+
![image-20240509221813136](https://github.com/KrxkGit/HelpUploadFiles/blob/main/documents/imgs/9.jpg)
385+
386+
![image-20240509222322638](https://github.com/KrxkGit/HelpUploadFiles/blob/main/documents/imgs/11.jpg)
387+
388+
359389
## 🟡已发现的不完全适用情况 - Known Partially Incompatible Situations
360390

361391
- 比特球网盘 未完全兼容,存在目录创建失败问题。

documents/imgs/10.jpg

33 KB
Loading

documents/imgs/11.jpg

22.6 KB
Loading

documents/imgs/9.jpg

56 KB
Loading

0 commit comments

Comments
 (0)