10 2022 档案

摘要:golang 一些恢复符号的方法,方便分析 阅读全文
posted @ 2022-10-29 07:28 rvy 阅读(898) 评论(0) 推荐(0)
摘要:SysinternalsSuite的几个工具可以用来查看互斥量: Process Explorer, WinObj, handle 阅读全文
posted @ 2022-10-22 11:47 rvy 阅读(331) 评论(0) 推荐(0)
摘要:调试子进程的方法 阅读全文
posted @ 2022-10-08 08:21 rvy 阅读(224) 评论(0) 推荐(0)
摘要:官网:http://www.rohitab.com/apimonitor 一个很好用的Windows API监控工具。 阅读全文
posted @ 2022-10-01 08:22 rvy 阅读(187) 评论(0) 推荐(0)
摘要:pefile可以解析、读取或修改PE文件。 github地址: https://github.com/erocarrera/pefile/ 一些示例地址: https://github.com/erocarrera/pefile/blob/wiki/UsageExamples.md 安装: `pip3 install pefile` 阅读全文
posted @ 2022-10-01 08:11 rvy 阅读(730) 评论(0) 推荐(0)