Skip to content

Missing method definition: ReadRemoteString(). #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Brunocg opened this issue Feb 22, 2021 · 1 comment · Fixed by #4
Closed

Missing method definition: ReadRemoteString(). #3

Brunocg opened this issue Feb 22, 2021 · 1 comment · Fixed by #4

Comments

@Brunocg
Copy link

Brunocg commented Feb 22, 2021

The below error appear while compiling UnrealEngineClassesPlugin
'RemoteProcess' does not contain a definition for 'ReadRemoteString' and no accessible extension method 'ReadRemoteString' accepting a first argument of type 'RemoteProcess' could be found (are you missing a using directive or an assembly reference?)

@cocoon
Copy link

cocoon commented Sep 29, 2021

it was moved out with this commit:
ReClassNET/ReClass.NET@e968a29#diff-56ab2a0c17dd1e29df0ec0300c87e39aa6159f260119206d62e19fb3b2de6909R90

need to add:

using ReClassNET.Extensions;

and

...
var text = context.Process.ReadRemoteString(ptr, Encoding.Unicode, length);
...

Compiles OK and loads now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants