Sender: root AT delorie DOT com Message-ID: <3781F878.E2AE32B8@inti.gov.ar> Date: Tue, 06 Jul 1999 09:37:12 -0300 From: salvador Organization: INTI X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.36 i686) X-Accept-Language: es-AR, en, es MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com, Robert Hoehne , Eric Rudd Subject: Re: .align directives in libc.a References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > On Thu, 1 Jul 1999, salvador wrote: > > > Can we tell Gas to use "int 3" (or other trap) when pading between functions? > > The alignment pseudo-ops allow to define the value of the byte with > which to pad. Thus, ".p2align 3,0xcc" should pad to 8-byte boundary > with Int 3 instructions. > > But why is this a good idea? To trap jumps in this space. Example: you have a corrupted pointer to function and you jump to the gap between 2 functions. Using nops or things like movl %eax,%eax you will enter in the next function so you: 1) Will lose information about the problem. 2) Call a function that could be dangerous. That's all. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org set AT ieee DOT org set-soft AT bigfoot DOT com Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013