Skip to content
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

Feature Request. Assembly instruction compiler/injector plugin #224

Open
chrisjd20 opened this issue May 3, 2022 · 3 comments
Open

Feature Request. Assembly instruction compiler/injector plugin #224

chrisjd20 opened this issue May 3, 2022 · 3 comments

Comments

@chrisjd20
Copy link

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] .

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?

image

@KN4CK3R
Copy link
Member

KN4CK3R commented May 3, 2022

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.

@chrisjd20
Copy link
Author

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!

@KN4CK3R
Copy link
Member

KN4CK3R commented May 3, 2022

Just keep it open. It's a good feature request.

@KN4CK3R KN4CK3R reopened this May 3, 2022
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

No branches or pull requests

2 participants