Skip to content

DEFINE_FWD_FUNC_PTR Not working #3

Description

@ettorhake

hello Jack and thank you for your excellent work. I'm trying to implement one of my programs in shellcode with your solution.
But I have a problem, I want to import this RtlCreateUserThread function from Ntdll.dll like that:

DEFINE_FWD_FUNC_PTR("Ntdll.dll", "RtlCreateUserThread", CreateUserThread);

But the program returns "CreateUserThread" is not defined, do you have a solution?

Thanks

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