Skip to main content

Golang

Process Hollowing
·5662 words·12 mins
Windows Windows ProcessHollowing Shellcode Golang Windbg Injection
关于目标进程调试与分析、Shellcode注入到目标进程的 Process Hollowing的实现思路,以及Process Hollowing(Shellcode)攻击延展的攻击检测防御思路。
Golang杂记
·17177 words·35 mins
Golang Golang Go Sec IDA Reverse
本文主要整理、记录了笔者在Golang的学习、使用过程中碰到的一些有意思的方面,内容包括但不限于编译生成、程序的元数据、代码函数、汇编、堆栈、安全。