Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
imxood committed Jan 25, 2024
1 parent 9acb682 commit 8a17ef0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
6 changes: 6 additions & 0 deletions src/tools/windows/dll lib 文件接口查询.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ dumpbin /exports dll名文件名 > output.txt

dumpbin /headers dll名文件名, 查看库的位数, 在开头: machine (x86)

dumpbin /dependents exe程序, 查看 exe程序需要哪些dll依赖 (如果exe程序 缺失一些 dll时, 打开时 弹框提示 dll确实 或者 是直接闪退)

## lib文件

dumpbin /LINKERMEMBER Test.lib > output.txt

## 查看位数

dumpbin /HEADERS 库文件 | findstr machine
12 changes: 8 additions & 4 deletions src/tools/windows/windows.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 系统清理

AppData\Local\Yarn\Cache 6个多G
AppData\Local\Yarn\Cache 6 个多 G
清理: yarn cache clean

AppData\Local\Temp 6个G
AppData\Local\Temp 6 个 G
删除目录

AppData\Roaming\Tencent 2.02G
Expand Down Expand Up @@ -87,7 +87,7 @@ http://dependencywalker.com/

https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

上面的办法都没什么用, 我遇到的问题, 64位dll与32位dll
上面的办法都没什么用, 我遇到的问题, 64 位 dll 与 32 位 dll

## 环境变量

Expand Down Expand Up @@ -115,6 +115,10 @@ https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

打开 regedit
输入: 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\COM Name Arbiter\Devices
删除 你不想要的所有用过的COM端口
删除 你不想要的所有用过的 COM 端口

![](images/windows/2023-07-24-10-55-06.png)

## 删除 virtual box 网卡

启用需要删除的 virtual box 网卡, 在 virtual box 的虚拟网卡中(不启用的话, 这个列表中看不到), 删除
6 changes: 5 additions & 1 deletion src/tools/windows/windows工具.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@

## 包管理工具

vcpkg choco
vcpkg choco

## 创建服务工具

https://github.com/tickbh/wmproxy.git

0 comments on commit 8a17ef0

Please sign in to comment.