技术栈

pe文件结构

sitelist
11 天前
pe文件结构·blloadimage32ex·setupldr
setupldr!BlLoadImage32Ex函数分析得到第一个节和IMAGE_FIRST_SECTION宏定义setupldr!BlLoadImage32Ex函数分析得到第一个节和IMAGE_FIRST_SECTION宏定义 // // Compute the starting page and the number of pages that are consumed // by the entire image, and then allocate a memory descriptor for the // allocated region. //
qwertyuiop_i
9 个月前
c++·tls·pe文件结构
pe文件结构(TLS)什么是TLS?TLS是 Thread Local Storage 的缩写,线程局部存储。主要是为了解决多线程中变量同步的问题
qwertyuiop_i
10 个月前
c++·pe文件结构
PE文件结构(导出表)什么是导出表?导出表是PE文件中记录动态链接库(DLL)对外提供的函数或数据的列表,包含函数名称、序号和内存地址等信息,供其他程序调用
我是有底线的