随笔分类 -  技术 or 经验

一些技巧或者经验
摘要:官网:http://www.rohitab.com/apimonitor 一个很好用的Windows API监控工具。 阅读全文
posted @ 2022-10-01 08:22 rvy 阅读(191) 评论(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 阅读(733) 评论(0) 推荐(0)
摘要:逆向工程核心原理 RVA转RAW ImageBase, 基址, 如: 0x00400000 VA, Virtual Address, 虚拟地址, 如: 0x00418ABC RVA, Relative Virtual Address, 相对虚拟地址, 如: 0x00018ABC RAW, 在文件中的 阅读全文
posted @ 2022-09-25 09:22 rvy 阅读(360) 评论(0) 推荐(0)
摘要:python的re模块简单使用 re.findall, re.compile, re.match和re.search 阅读全文
posted @ 2022-08-21 08:45 rvy 阅读(99) 评论(0) 推荐(0)
摘要:struct bytes python 数据互转 二进制数据和各种类型数据的转换 阅读全文
posted @ 2022-08-21 08:39 rvy 阅读(111) 评论(0) 推荐(0)
摘要:man, manuals, 手册、说明书, 用来查看命令、api的用法 对应网址: https://man7.org/linux/man-pages/index.html 阅读全文
posted @ 2022-08-21 08:37 rvy 阅读(109) 评论(0) 推荐(0)
摘要:TLS, Thread Local Storage, 线程局部存储,其它线程不可访问,可实现多线程安全。利用TLS可以实现一种反调试。 阅读全文
posted @ 2022-08-21 08:33 rvy 阅读(156) 评论(0) 推荐(0)
摘要:一些关于requests的使用,基本上把官方说明文档的简单用法搬了过来, 官方说明文档的地址: https://requests.readthedocs.io/en/latest/user/quickstart/ 阅读全文
posted @ 2022-08-18 07:25 rvy 阅读(116) 评论(0) 推荐(0)
摘要:png格式简单了解 阅读全文
posted @ 2020-08-23 22:52 rvy 阅读(396) 评论(0) 推荐(0)
摘要:linux下,编译upx 阅读全文
posted @ 2020-08-15 10:37 rvy 阅读(993) 评论(0) 推荐(0)
摘要:使用 python 实现和 socket 的自动化交互 阅读全文
posted @ 2020-06-27 10:26 rvy 阅读(332) 评论(0) 推荐(0)
摘要:使用 python 实现和命令行程序的自动化交互 阅读全文
posted @ 2020-05-25 22:42 rvy 阅读(698) 评论(0) 推荐(0)
摘要:md图片测试 阅读全文
posted @ 2020-03-19 22:50 rvy 阅读(185) 评论(0) 推荐(0)