会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rvy
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
12
下一页
2023年8月25日
rust了解
摘要: 据说和C++一样快,但更安全 官网:https://www.rust-lang.org 官方文档: https://doc.rust-lang.org/book 中文社区对官方文档的翻译: https://kaisery.github.io/trpl-zh-cn
阅读全文
posted @ 2023-08-25 22:29 rvy
阅读(45)
评论(0)
推荐(0)
2023年8月19日
x64dbg相关
摘要: x64dbg是一个开源的二进制程序调试器,可以调试32位和64位的windows程序。
阅读全文
posted @ 2023-08-19 07:22 rvy
阅读(62)
评论(0)
推荐(0)
2023年8月12日
端口转发
摘要: Windows下也有类似iptables的端口转发功能 netsh interface portproxy
阅读全文
posted @ 2023-08-12 07:22 rvy
阅读(145)
评论(0)
推荐(0)
2023年8月5日
virtualbox
摘要: VirtualBox是一个开源的虚拟机,功能和VMWare类似。 官网: https://www.virtualbox.org
阅读全文
posted @ 2023-08-05 16:23 rvy
阅读(219)
评论(0)
推荐(0)
linux---设置允许流量转发
摘要: linux---设置允许流量转发
阅读全文
posted @ 2023-08-05 16:22 rvy
阅读(729)
评论(0)
推荐(0)
python3---argparse
摘要: argparse用于设计、解析命令行参数。 官方文档: https://docs.python.org/3/library/argparse.html
阅读全文
posted @ 2023-08-05 16:19 rvy
阅读(115)
评论(0)
推荐(0)
2023年7月15日
x64dbg---Scylla
摘要: https://github.com/x64dbg/Scylla Scylla是x64dbg内置的插件,不需要自己安装,可用于dump进程,导入表修复。
阅读全文
posted @ 2023-07-15 07:44 rvy
阅读(1275)
评论(0)
推荐(0)
2023年6月24日
linux---grep
摘要: grep用来搜索文件内容。 用法: ```r grep [OPTION...] PATTERNS [FILE...] ```
阅读全文
posted @ 2023-06-24 08:16 rvy
阅读(19)
评论(0)
推荐(0)
qt---多语言支持
摘要: 可以翻译的有2种: 1. 界面上的,默认都是会翻译的,如果不想翻译,可以取消勾选相应的"可翻译的" 2. 代码中出现的文本,如果需要翻译,可以用tr包裹,如: tr("hello")
阅读全文
posted @ 2023-06-24 08:14 rvy
阅读(69)
评论(0)
推荐(0)
2023年6月17日
python3---signify-验证PE文件证书
摘要: signify可以用来查看和验证PE文件证书 github地址: https://github.com/ralphje/signify
阅读全文
posted @ 2023-06-17 20:40 rvy
阅读(219)
评论(0)
推荐(1)
上一页
1
···
3
4
5
6
7
8
9
10
11
12
下一页
公告