摘要:
# python 使用qq的smtp服务发送邮件 ```python import smtplib from email.mime.text import MIMEText from email.header import Header # 设置邮箱的域名 HOST = "smtp.qq.com" 阅读全文
摘要:
据说和C++一样快,但更安全
官网:https://www.rust-lang.org
官方文档: https://doc.rust-lang.org/book
中文社区对官方文档的翻译: https://kaisery.github.io/trpl-zh-cn 阅读全文
摘要:
x64dbg是一个开源的二进制程序调试器,可以调试32位和64位的windows程序。 阅读全文
摘要:
Windows下也有类似iptables的端口转发功能
netsh interface portproxy 阅读全文
摘要:
VirtualBox是一个开源的虚拟机,功能和VMWare类似。
官网: https://www.virtualbox.org 阅读全文
摘要:
linux---设置允许流量转发 阅读全文
摘要:
argparse用于设计、解析命令行参数。
官方文档: https://docs.python.org/3/library/argparse.html 阅读全文
摘要:
https://github.com/x64dbg/Scylla
Scylla是x64dbg内置的插件,不需要自己安装,可用于dump进程,导入表修复。 阅读全文