Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xbebhxx3 authored Aug 10, 2022
1 parent 876091a commit 1e2e044
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# x3-tool
一个强大的超小体积的windows命令行工具
# 功能
x3-tool
|- 权限操作
| |- 判断管理员权限 1有,0无 (ia)
| |- 以system权限打开 (us)
| |- 以TrustedInstaller权限打开 (ut)
|- 进程操作
| |- 结束进程 (kp)
| |- 判断进程是否存在 ,并返回进程id (ip)
| |- 获得进程路径 (gpl)
| |- 挂起进程 (sp)
| |- 设置关键进程 (cp)
| |- 列出进程模块 (lpm)
| |- 列出进程线程 (lpt)
| |- 列出所有进程详细信息 (lp)
|- 编/解码操作
| |- Url编码 (cu)
| |- Url解码 (du)
| |- 简易加密 (xc)
|- 锁定鼠标键盘 (lkm)
|- 执行shell命令 (rs)
|- 获得鼠标位置 (mxy)
|- 清屏 (cls)
|- 获得当前ip (gi)
|- 获得当前用户名 (gu)
|- 获得系统版本 (gv)
|- 居中输出 (om)
|- 隐藏窗口 (hw)
|- 真·全屏 (fc)
# 编译环境
MinGW64(g++)
添加 -std=gnu++11 -lgdi32 -lwsock32

0 comments on commit 1e2e044

Please sign in to comment.