This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: questions on instruction substitution and link reloading


Hi Chen,

I am seeking for tools that can easily substitute some specific
instructions in a binary file,

This is very difficult to do. Currently there is no such tool to perform this kind of translation. You are much better off making this kind of translation at the compile-time or assembly-time stage.


and convert an already dynamic-linked
binary together with DLLs to a single static-linked binary.

Again this is a very difficult process, and there is no tool currently available to perform this kind of conversion.


Cheers
  Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]