From: Daniel Jacobowitz <drow@false.org>
To: Paul Pluzhnikov <ppluzhnikov@google.com>
Cc: gdb-patches@sourceware.org, Pedro Alves <pedro@codesourcery.com>,
Ulrich Weigand <uweigand@de.ibm.com>
Subject: Re: RFC: Longjmp vs LD_POINTER_GUARD revisited
Date: Mon, 16 Nov 2009 14:37:00 -0000 [thread overview]
Message-ID: <20091116143613.GA9703@caradoc.them.org> (raw)
In-Reply-To: <8ac60eac0911151505s6834e781wf6887f0641345db@mail.gmail.com>
On Sun, Nov 15, 2009 at 03:05:33PM -0800, Paul Pluzhnikov wrote:
> Still it's trivial to discover the canary without disassembling
> anything (disassembling requires symbols, which may be stripped):
> there are only 3 different algorithms I've seen (no canary, XOR,
> XOR+shift-by-9). Hmm, looks like x86_64 has XOR+shift-by-17 now, but
> ia64, SPARC and PPC all have just "plain XOR".
I don't know about "trivial" - could you explain how you would do this
without disassembling? I think that at the least we'd have to call
setjmp in the inferior, which has risks with signals / multiple
threads / etc. I don't think we call functions in the inferior for
discovery otherwise.
(Also I'm not entirely comfortable having GDB call functions
silently. We do this for malloc, yes - IMO there ought to be an
option to turn that off. This is a nasty gotcha that folks using GDB
for software forensics may not consider...)
IMO the debug info is quite commonly available now, but I wonder what
other folks see. Doesn't Red Hat's GDB suggest debuginfo RPMs that
you should install?
--
Daniel Jacobowitz
CodeSourcery
next prev parent reply other threads:[~2009-11-16 14:37 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-15 17:35 Daniel Jacobowitz
2009-11-15 18:06 ` Eli Zaretskii
2009-11-15 18:30 ` Paul Pluzhnikov
2009-11-15 22:36 ` Daniel Jacobowitz
2009-11-15 23:06 ` Paul Pluzhnikov
2009-11-16 14:37 ` Daniel Jacobowitz [this message]
2009-11-16 14:55 ` Pedro Alves
2009-11-16 14:56 ` Pedro Alves
2009-11-16 15:05 ` Pedro Alves
2009-11-16 17:50 ` Daniel Jacobowitz
2009-11-15 18:39 ` Joseph S. Myers
2009-11-15 21:52 ` Mark Kettenis
2009-11-15 22:37 ` Daniel Jacobowitz
2009-11-16 15:15 ` Frank Ch. Eigler
2009-11-16 15:40 ` Paul Pluzhnikov
2009-11-16 15:43 ` Paul Pluzhnikov
2009-11-16 16:19 ` Mark Kettenis
2009-11-16 15:59 ` Mark Kettenis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091116143613.GA9703@caradoc.them.org \
--to=drow@false.org \
--cc=gdb-patches@sourceware.org \
--cc=pedro@codesourcery.com \
--cc=ppluzhnikov@google.com \
--cc=uweigand@de.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox