如何在 python 中获取 PEB(进程环境块)

问题描述 投票:0回答:0

我正在尝试在 python 中访问 LDR。要找到 LDR 的地址,我需要 PEB。 我怎么会得到那个?

我尝试的是: RtlGetCurrentPeb 使用 ctypes NtQuerySystemInformation 使用 ctypes

python winapi low-level
© www.soinside.com 2019 - 2024. All rights reserved.