Skip to content

Remote Function Call #14

Description

@johmarjac

Hi,

I am currently trying to call a Game Function from my external process. Is that even possible? I only know of the CreateRemoteThread way which is messy and totally unreliable.

I have for sure the correct function pointer to the function I want to call. Also the function I want to call is a member function wihtout arguments so I put the RCX as the only argument as the this pointer. I guess that should becorrect like that?

image

Can this even work like that? Or did I misunderstood what the RemoteFunction is supposed to be doing?

Because when I execute that I get a InvalidFunctionPointerInDelegate exception

Edit: This only works for functions in the remote process that are exported right?

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