会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rvy
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
13
下一页
2023年6月24日
qt---多语言支持
摘要: 可以翻译的有2种: 1. 界面上的,默认都是会翻译的,如果不想翻译,可以取消勾选相应的"可翻译的" 2. 代码中出现的文本,如果需要翻译,可以用tr包裹,如: tr("hello")
阅读全文
posted @ 2023-06-24 08:14 rvy
阅读(97)
评论(0)
推荐(0)
2023年6月17日
python3---signify-验证PE文件证书
摘要: signify可以用来查看和验证PE文件证书 github地址: https://github.com/ralphje/signify
阅读全文
posted @ 2023-06-17 20:40 rvy
阅读(295)
评论(0)
推荐(1)
2023年6月3日
yara
摘要: yara,适用于恶意软件研究人员(及其他所有人)的模式匹配瑞士军刀。 官网: https://virustotal.github.io/yara/ github地址: https://github.com/VirusTotal/yara/ 文档地址: https://yara.readthedocs.io/en/stable/ 文档里有一些模块,可以使用比较高级的用法。
阅读全文
posted @ 2023-06-03 22:48 rvy
阅读(131)
评论(0)
推荐(0)
2023年6月2日
snort
摘要: 官网: https://www.snort.org 官方文档: https://www.snort.org/documents 有详细的规则字段介绍: https://docs.snort.org/welcome snort是一个开源的IPS/IDS。 IPS, Intrusion Prevention System, 入侵防御系统 IDS, Intrusion Detection System, 入侵检测系统 现在有2.x和3.x版本,2.x安装比较方便,支持windows。
阅读全文
posted @ 2023-06-02 20:31 rvy
阅读(263)
评论(0)
推荐(0)
scihub
摘要: Sci-Hub免费提供数以百万计的学术论文,伟大的亚历山德拉·埃尔巴金。 原始官网: Sci-Hub.org 原始官网已因败诉而失去,现在可以通过telegram搜到可以访问的网站。
阅读全文
posted @ 2023-06-02 20:29 rvy
阅读(289)
评论(0)
推荐(0)
2023年5月20日
ghidra---从源码构建和开发
摘要: 基本按照官方提供的步骤即可,然后使用一些魔法
阅读全文
posted @ 2023-05-20 07:27 rvy
阅读(373)
评论(1)
推荐(0)
2023年5月12日
hashcat
摘要: 官网: https://hashcat.net/hashcat/ 用来爆破各种hash
阅读全文
posted @ 2023-05-12 20:33 rvy
阅读(794)
评论(0)
推荐(0)
ImHex
摘要: ImHex是一个开源的多平台十六进制编辑器,可以解析PE/ELF等类型文件,和010Editor功能类似,支持Windows、MacOS、Linux。 发音: /ˈɪmhɛks/ https://itinerarium.github.io/phoneme-synthesis/?w=/%27%CB%88%C9%AAmh%C9%9Bks/ Im 是因为用了 https://github.com/ocornut/imgui, immediate, 即时渲染的意思。 官网地址: https://imhex.werwolv.net/ 官方文档: https://docs.werwolv.net/documentation/ github地址: https://github.com/WerWolv/ImHex
阅读全文
posted @ 2023-05-12 20:32 rvy
阅读(1392)
评论(0)
推荐(0)
ClamAV
摘要: ClamAV,Clam AntiVirus,是免费开源的防毒软件。 官网:https://www.clamav.net/ 官方文档: https://docs.clamav.net/ github地址: https://github.com/Cisco-Talos/clamav
阅读全文
posted @ 2023-05-12 20:29 rvy
阅读(708)
评论(0)
推荐(0)
2023年5月3日
gdb---结合python自动化调试
摘要: gdb支持通过python自动化调试,实现循环、读写内存、保存内容等复杂逻辑,不需要安装模块。 核心函数: ```python gdb.execute(command [, from_tty [, to_string]]) ```
阅读全文
posted @ 2023-05-03 16:35 rvy
阅读(1550)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
13
下一页
公告