GetProcAddress icon indicating copy to clipboard operation
GetProcAddress copied to clipboard

Recreation of GetProcAddress without external dependencies on Windows Libraries

Results 2 GetProcAddress issues
Sort by recently updated
recently updated
newest added

You write that you are processing export redirects. Why then "test Case - forwarded function in kernel **not loaded**" Why this does not work??

https://github.com/arbiter34/GetProcAddress/blob/44bd0f7eb415e5b5de516c0ecd7ae91551195d13/GetProcAddress/GetProcAddress.cpp#L136 I think the line should be like "return GetLdrDataTableEntry(dllName) == nullptr;"