Skip to content

Feature Request. Assembly instruction compiler/injector plugin #224

@chrisjd20

Description

@chrisjd20

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

Activity

KN4CK3R

KN4CK3R commented on May 3, 2022

@KN4CK3R
Member

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

chrisjd20 commented on May 3, 2022

@chrisjd20
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

KN4CK3R commented on May 3, 2022

@KN4CK3R
Member

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

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @KN4CK3R@chrisjd20

        Issue actions

          Feature Request. Assembly instruction compiler/injector plugin · Issue #224 · ReClassNET/ReClass.NET