Aecial Cheater
Reputation: 2
Joined: 27 Jun 2012 Posts: 44
|
Posted: Fri Dec 14, 2012 9:47 pm Post subject: C# byte[] to asm |
|
|
Is there an existing library that would allow for easy conversion of a byte array to asm? (and perhaps the other way around, although not required)
Im writing my own memory editor as a small project of my own, but writing code to convert bytes to asm seems tedius and I'd prefer to avoid it.
Also, how does CE do it?
EDIT: In case someone comes back to this, this is doable in C# using Fasm32 as done by ZenLulz's Memory Sharp program. Google it.
Byte[] => ASM, use ZenLulz
ASM => Byte[] use SharpDisasm
|
|