Posted 2025-04-07Updated 2025-04-18Reverse / ctf-test8 minutes read (About 1163 words)NPCCTF 2025 base坑点非常多的题,基本涵盖了大部分windows逆向常见的对抗手法Read more
Posted 2025-04-03Updated 2025-07-20Reverse / tools-dev3 minutes read (About 394 words)bn脚本笔记由于BinaryNinja脚本的官方文档完全就是把api按字典序堆在一起,故开一篇随笔存一些常见api的使用方法,随机更新中Read more
Posted 2025-04-03Updated 2025-04-18Reverse / basic9 minutes read (About 1349 words)反调试笔记反调试是逆向工程中的常见对抗手段,这篇笔记总结了一些各种平台常见的调试检测手段,随机更新中Read more
Posted 2025-04-02Updated 2025-07-21Reverse / basic4 minutes read (About 597 words)花指令笔记花指令是逆向工程中常见的对抗手法,这篇笔记整理了一些常见的花指令样本供参考,随机更新中Read more
Posted 2025-04-01Updated 2025-04-18Reverse / ctf-test4 minutes read (About 604 words)NPCCTF 2025 randomXor简单伪随机Read more
Posted 2025-03-31Updated 2025-04-18Reverse / ctf-test7 minutes read (About 1106 words)[NPCCTF 2025]babyVM史vm题Read more
Posted 2025-03-24Updated 2025-05-14Development11 minutes read (About 1681 words)kotlin备忘录速记记录一些速查的kotlin高频函数和API,省的太久不写忘了Read more
Posted 2025-03-20Updated 2025-04-18杂项an hour read (About 10384 words)ACM刷题日记想起来去年还在打acm的时候写了一段时间的做题日记,索性放到博客上好了Read more
Posted 2025-03-11Updated 2025-04-18Reverse / ctf-test3 minutes read (About 507 words)[GWCTF 2019]babyvm简单vm题,甚至可以直接对着字节码写handleRead more
Posted 2025-03-06Updated 2025-04-18Reverse / LLVM10 minutes read (About 1438 words)从零开始的LLVM-pass (一) 环境搭建和第一个demo为什么有这篇文章前段时间看了点LLVM的博客,学的非常痛苦,所以打算写一篇文章记录一下基本的框架搭建过程,省的一段时间后又忘了Read more