Skip to content

getProcAddress Bugs #8

Description

@tarterp

return RVA2VA(uint64_t, hModule, exportPtrs.addressOfFunctions[i]);

Should be

 return RVA2VA(size_t, hModule, exportPtrs.addressOfFunctions[exportPtrs.addressOfNameOrdinals[i]]);

uint64_t ManualMapper::getProcAddress(HMODULE hModule, std::string procName) {

should be size_t return for x86 support

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions