radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

Access to the Windows PEB structure.

Open numonce opened this issue 10 months ago • 2 comments

Description

Provide the ability to read the Process Environment Block in Windows to mimic the functionality of windbg.

Dynamically finding the address of the PEB

image

Overlaying the PEB structure on the aforementioned address.

image

Microsoft seems to have removed the PEB symbol from recent versions of ntdll.pdb. Attached is a version that contains the PEB symbol.

ntdllpdb.tar.gz

numonce avatar Dec 18 '24 18:12 numonce