SkillAgentSearch skills...

GetProcAddress

GetProcAddress implementation in C# walking the PEB using only NtReadVirtualMemory

Install / Use

/learn @ricardojoserf/GetProcAddress
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GetProcAddress - C# implementation

It works like the GetProcAddress WinAPI: it takes a DLL handle and a function name or ordinal, walks the PEB structure and returns the function address.

It only uses the NtReadVirtualMemory native API call, without using structs.

It works in both 32-bit and 64-bit processes. You can test this using the binaries in the Releases section:

img


Sources

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1mo ago
Forks2

Languages

C#

Security Score

75/100

Audited on Feb 5, 2026

No findings