Re: is there an assembler with any library interface?



huang.uva wrote:
Hi,

provides a function byte* assemble(string insn) which translate a
single human-readable x86 instruction into its binary form (assuming
there is no unresolved symbol in the text instruction). Has anyone
seen a project already implementing this functionality?

you can use the internal assembler (written in C) of OllyDBG available at http://www.ollydbg.de/disasm.zip

cod

.



Relevant Pages