系统工具类
- 影子卫士 Shadow Defender1.5.0.726 下载地址
相关网址
.NET Standard 各版本支持情况
.NET 与 C#版本之间的对应关系
根据表格说明.NET Framework 框架最高支持的 c#语言版本是 C#7.3
C# .NET体系发展历程
Windows KMS
KMS服务器、网盘共享软件https://kms.zhuxiaole.org/
.net 相关库
BouncyCastle 密码学库 github镜像仓库
CsvHelper 是一个用于读写 CSV 文件的.NET库。极其快速,灵活且易于使用。CsvHelper 建立在.NET Standard 2.0 之上,几乎可以在任何地方运行。Github 地址
Emgu.CV.Bitmap 图像处理库 Github 地址
FluentFTP FTP 客户端库 Github 地址
GongSolutions.WPF.DragDrop 拖拽控件库 Github 地址
Hardcodet.NotifyIcon.Wpf 桌面通知图标库 Github 地址
HtmlAgilityPack HTML解析库 Github 地址
ICSharpCode.AvalonEdit 编辑器控件库 Github 地址
ICSharpCode.SharpZipLib 压缩解压库 Github 地址
interception 键盘鼠标控制库 Github 地址
Interop.MSTSCLib RDP远程桌面连接控件库 Github 地址
Interop.UIAutomationClient : UI automation API
LoadingIndicators.WPF 加载动画控件库 Github 地址
MailKit 邮件客户端库 Github 地址
MimeKit 邮件客户端库 Github 地址
Renci.SshNet SSH客户端库 Github 地址
RestSharp HTTP客户端库 Github 地址
SshNet.Security.Cryptography SSH加密库 Github 地址
TinyPinyin 汉字转拼音库 Github 地址
Validation 验证库 Github 地址
vk_swiftshader 模拟器 Github 地址
vulkan-1 模拟器 Github 地址
WebDriver 浏览器驱动库 Github 地址
WebDriver.Support 浏览器驱动库 Github 地址
websocket-sharp websocket库 Github 地址
Westwind.Utilities 通用工具类库 Github 地址
wow64ext.ARM64 64位系统下ARM64架构的wow64扩展库 Github 地址
wow64ext.x64
WpfAnimatedGif 动画库 Github 地址
Appium.Net Appium自动化测试框架 Github 地址
AutoItX3.Assembly AutoIt自动化库 Github 地址
AutoItX3 它被设计用来在Windows GUI(用户界面)中进行自动操作 Github 地址
doxygen 源代码文档生成工具 Github 地址
windbg 调试
设置符号路径,命令如下:
.sympath+ SRV*c:\tmp*http://msdl.microsoft.com/download/symbols
.loadby sos clr
!dumpstack
or
!clrstack
- https://learn.microsoft.com/zh-cn/windows-hardware/drivers/debuggercmds/commands windbg 命令
- https://www.cnblogs.com/huangxincheng/articles/17865082.html windbg 命令
- https://www.cnblogs.com/huangxincheng 高级调试技术
- https://www.cnblogs.com/sheng-jie/p/9503650.html Windbg分析高内存占用问题
- https://www.cnblogs.com/developersupport/p/basic-debug-command-in-action.html 简单分析
- https://www.cnblogs.com/gaochundong/p/windbg_cheat_sheet.html windbg 命令速查
- https://www.cnblogs.com/kekec/archive/2012/12/02/2798020.html windbg 命令速查
- https://www.cnblogs.com/ceachy/p/WinDBG_SOS.html SOS 命令
获取 CLR 异常具体信息
输入 !sos.pe
来获取如下信息:
- Exception object - address of class instance
- Exception type - Class name of the exception
- Message - String description of the exception
- Inner Exception - Address of the inner exception
- Stack Trace
启动 windbg
使用 gflags.exe 工具(在 windbg 所在目录下),让某个进程启动时,拉取 windbg 进行调试