July 27, 2025 解决 pwndbg gdb wrapper 在 wsl2 上启动过慢的问题 血的教训:所有软件在 wsl 下安装都不应该装在 /mnt 目录下... #python profiling #pwndbg
July 13, 2025 RpcView 原理详解 an analysis into the tool RpcView, which can view remote procedure calls interfaces and parameters on a Windows environment #rpcview #rpc #windows tools
June 5, 2025 migrating msFuzz-kafl to Windows 11 with the help of my awesome boyfriend #qemu-system #Windows 11 #kafl #msFuzz #ansible
June 5, 2025 unattended installation of windows 10/11 in packer with the help of my awesome boyfriend #配环境 #packer #qemu-system #Windows 11 #unattended installation #kafl
May 24, 2025 Why do stack variables have only the low 4 bits fixed exploring stack randomization beyond aslr #stack randomization #aslr #kernel implementation
May 20, 2025 Solving MsFuzz Deploying Problem of Not Able to Start Fuzzing Anyway, I personally think that the installation manual of MsFuzz should be clearer... #Windows fuzz #MsFuzz
October 10, 2024 compiler optimizations and software analysis 占个坑 #rrvm #compiler optimization #instruction scheduling #software pipelining #hardware pipelining #viterbi
October 9, 2024 RRVM 编译器优化-窥孔优化: conditional branch 指令优化 pass 实现思路原稿 #rrvm #compiler optimization #peephole optimization
October 9, 2024 RRVM 编译器优化-窥孔优化:la 指令替换 pass 实现思路原稿 #rrvm #compiler optimization #peephole optimization
October 9, 2024 RRVM 编译器优化-指令调度 pass 实现思路原稿 #rrvm #compiler optimization #instruction scheduling #software pipelining #hardware pipelining #viterbi
April 2, 2024 Reversing FastIo Routine for Symbolic Execution Implementation FastIo ~ #reverse #windows driver #FastIo