Assembly code to Machine code without assembling
Date: Tue, 21 Sep 2004 17:58:54 +0000 (UTC)
Is anyone aware of a set of linux libraries that will translate
aasembly to machine code without running it through the assmebler. I
know that I can go from machine code to assembly using function from
dis-asm.h and the related libopcodes functions.... but I want to go
the other way without actually assembling the file.
Thanks!
Relevant Pages
- Re: Assembly code to Machine code without assembling
... >> Is anyone aware of a set of linux libraries that will translate ... >> aasembly to machine code without running it through the assmebler. ... >> the other way without actually assembling the file. ... (comp.lang.asm.x86) - Re: Assembly code to Machine code without assembling
... > Is anyone aware of a set of linux libraries that will translate ... > aasembly to machine code without running it through the assmebler. ... > the other way without actually assembling the file. ... (comp.lang.asm.x86) - Re: OT computer languages Re: low sugar - spotty vision
... Like assembly languages, all high-level languages must first be translated ... into machine code before they can be run by a computer. ... assemblers, linkers, and debuggers, which help them translate high-level ... (alt.support.diabetes) - Re: OT computer languages Re: low sugar - spotty vision
... Like assembly languages, all high-level languages must first be translated ... into machine code before they can be run by a computer. ... assemblers, linkers, and debuggers, which help them translate high-level ... (alt.support.diabetes) - Re: OT computer languages Re: low sugar - spotty vision
... Like assembly languages, all high-level languages must first be translated into machine code before they can be run by a computer. ... No one uses a debugger to translate high level code into object code, ... (alt.support.diabetes) |
|