Mail Archives: djgpp-workers/1999/07/06/08:27:49
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
- Raw text -