(Thank you for all your answers!) 2007/4/2, pancake <[EMAIL PROTECTED]>: > > gdb question: > > Is there a variable for the frame pointer when I'm "in a frame"? (f 1, f > > 2...) > > hehe, nope, but there's a glibc symbol that allows you to guess that, no > idea if this is in runtime or also dumped when the program dies. > > I implement this in libsfp (stack frame protector), no idea where's the, > source, but I'll look for it, if google doesn't.
%ebp always points to the current stack pointer, according to the frame selected. Finally I found the answer. :) _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
