Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels