Assembler library for .NET, assembling runtime-variable strings into machine code for injection

后端 未结 8 996
醉酒成梦
醉酒成梦 2020-12-14 09:23

Is there such a thing as an x86 assembler that I can call through C#? I want to be able to pass x86 instructions as a string and get a byte array back. If one doesn\'t exist

8条回答
  •  -上瘾入骨i
    2020-12-14 09:37

    Cosmos also has some interesting support for generating x86 code:

    http://www.gocosmos.org/blog/20080428.en.aspx

提交回复
热议问题