Re: Stripping nops from an executable
- From: "hutch--" <spamtrap@xxxxxxxxxx>
- Date: Sat, 29 Oct 2005 02:00:46 +0000 (UTC)
Sorav,
Be very careful about the task you have in mind as if you succeed, you
will most probably make your application slower as the nops are
generally used to align sections of code. The effects of code alignment
vary from one processor to another but misalign code when it was
aligned using nops and similar filler instruction and you will see a
drop in speed for what will only be a trivial size reduction.
Regards,
hutch at movsd dot com
.
- References:
- Stripping nops from an executable
- From: Sorav Bansal
- Stripping nops from an executable
- Prev by Date: Re: improve strlen
- Next by Date: Re: question about int13 interrupt
- Previous by thread: Stripping nops from an executable
- Next by thread: Re: Stripping nops from an executable
- Index(es):