Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Astronaut00/DoubleDataPointer
/ getHeader
Function
getHeader
Driver/util.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
namespace Util {
6
7
PIMAGE_NT_HEADERS getHeader(PVOID module) {
8
return (PIMAGE_NT_HEADERS)((PBYTE)module + PIMAGE_DOS_HEADER(module)->e_lfanew);
9
}
10
11
PBYTE FindPattern(PVOID module, DWORD size, LPCSTR pattern, LPCSTR mask) {
12
Callers
1
FindPattern
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected