We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There may already be something that does this (perhaps a plugin I'm unaware of?)
Basically, I found an instruction, I can locate its location in memory and even modify it.
In this screenshot I want to change dec DWORD [eax] to inc DWORD [eax] .
dec DWORD [eax]
inc DWORD [eax]
I can do this by compiling the instruction inc DWORD [eax] in a separate program.
Is there a feature in REClassNET that can do this form me so I can directly insert this in from within ReClassNET?
If not, can we implement that?
The text was updated successfully, but these errors were encountered:
There is not compiler integrated so you can't do that at the moment. If you want to you can create a PR for that.
Sorry, something went wrong.
Ah ok. I would love to but am limited on time. I'll go ahead and close this for now then. If I get free time, I may take a whack at it. Thanks!
Just keep it open. It's a good feature request.
No branches or pull requests
There may already be something that does this (perhaps a plugin I'm unaware of?)
Basically, I found an instruction, I can locate its location in memory and even modify it.
In this screenshot I want to change
dec DWORD [eax]
toinc DWORD [eax]
.I can do this by compiling the instruction
inc DWORD [eax]
in a separate program.Is there a feature in REClassNET that can do this form me so I can directly insert this in from within ReClassNET?
If not, can we implement that?
The text was updated successfully, but these errors were encountered: