From: Stefan Smietanowski <stesmi@stesmi.com>
To: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: Lee Revell <rlrevell@joe-job.com>,
James Courtier-Dutton <James@superbug.co.uk>,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
Olivier Galibert <galibert@pobox.com>,
perex@suse.cz, Olaf Hering <olh@suse.de>,
Adrian Bunk <bunk@stusta.de>, Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: [Alsa-devel] OSS driver removal, 2nd round
Date: Wed, 05 Jul 2006 09:29:27 +0200 [thread overview]
Message-ID: <44AB6A57.2060205@stesmi.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0607022304230.5218@yvahk01.tjqt.qr>
[-- Attachment #1: Type: text/plain, Size: 912 bytes --]
Jan Engelhardt wrote:
>>>Well you could patch the affected plugin's .dynstr table so that it should at
>>>best try to call a function that has not yet been defined somewhere else (like
>>>open); IOW, you change the .dynstr entry from 'open' to say 'my_open', and
>>>regularly include libmy.so through e.g. LD_PRELOAD.
>>>
>>>Of course the MD5 won't match afterwards, but I think the plugin should execute
>>>as usual afterwards, since .dynstr is something no app should rely on.
>>
>>Is this likely to work with an app like Skype that takes extensive steps
>>to thwart reverse engineers?
>
>
> We do not reverse engineer the .text section, but change the .dynstr
> section that is specific to the ELF format. I doubt any app out there md5s
> itself.
There is at least one. True that it doesn't do sound (it's an antivirus
scanner for mailservers :)) but regardless, it checksums the whole
thing.
// Stefan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
next prev parent reply other threads:[~2006-07-05 7:29 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-29 19:21 OSS driver removal, 2nd round Adrian Bunk
2006-06-29 19:21 ` Adrian Bunk
2006-06-30 15:48 ` Ralf Baechle
2006-06-30 15:48 ` Ralf Baechle
2006-06-30 16:13 ` James Courtier-Dutton
2006-06-30 16:13 ` [Alsa-devel] " James Courtier-Dutton
2006-06-30 16:31 ` Olivier Galibert
2006-06-30 16:31 ` [Alsa-devel] " Olivier Galibert
2006-06-30 21:29 ` Lee Revell
2006-06-30 21:29 ` [Alsa-devel] " Lee Revell
2006-06-30 21:34 ` Arjan van de Ven
2006-06-30 21:54 ` Lee Revell
2006-06-30 21:54 ` [Alsa-devel] " Lee Revell
2006-07-01 8:54 ` Jan Engelhardt
2006-07-01 13:54 ` Lee Revell
2006-07-01 22:51 ` Jan Engelhardt
2006-06-30 21:34 ` Arjan van de Ven
2006-06-30 21:42 ` İsmail Dönmez
2006-06-30 21:56 ` Lee Revell
2006-06-30 21:56 ` [Alsa-devel] " Lee Revell
2006-06-30 23:49 ` İsmail Dönmez
2006-07-03 22:38 ` Bill Davidsen
2006-07-03 22:38 ` Bill Davidsen
2006-07-05 7:27 ` Stefan Smietanowski
2006-07-05 19:34 ` Lee Revell
2006-07-05 21:56 ` Alan Cox
2006-07-01 7:31 ` Olivier Galibert
2006-07-01 7:31 ` [Alsa-devel] " Olivier Galibert
2006-07-01 7:43 ` James Courtier-Dutton
2006-07-01 7:43 ` [Alsa-devel] " James Courtier-Dutton
2006-07-01 13:52 ` Lee Revell
2006-07-01 13:52 ` Lee Revell
2006-07-02 6:55 ` James Courtier-Dutton
2006-07-02 6:55 ` [Alsa-devel] " James Courtier-Dutton
2006-07-02 9:58 ` Jan Engelhardt
2006-07-02 9:58 ` [Alsa-devel] " Jan Engelhardt
2006-07-02 15:28 ` Lee Revell
2006-07-02 15:28 ` [Alsa-devel] " Lee Revell
2006-07-02 21:08 ` Jan Engelhardt
2006-07-02 21:08 ` [Alsa-devel] " Jan Engelhardt
2006-07-02 21:16 ` Lee Revell
2006-07-02 21:16 ` [Alsa-devel] " Lee Revell
2006-07-03 9:26 ` Jan Engelhardt
2006-07-03 9:26 ` [Alsa-devel] " Jan Engelhardt
2006-07-05 7:29 ` Stefan Smietanowski [this message]
2006-07-01 9:26 ` Jaroslav Kysela
2006-07-01 9:26 ` [Alsa-devel] " Jaroslav Kysela
2006-07-01 16:01 ` Adrian Bunk
2006-07-01 16:01 ` [Alsa-devel] " Adrian Bunk
2006-07-01 23:12 ` Adrian Bunk
2006-07-01 23:12 ` Adrian Bunk
2006-07-01 23:12 ` Adrian Bunk
2006-07-03 11:52 ` Benjamin Herrenschmidt
2006-07-03 11:52 ` Benjamin Herrenschmidt
2006-07-03 19:42 ` Adrian Bunk
2006-07-03 19:42 ` Adrian Bunk
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=44AB6A57.2060205@stesmi.com \
--to=stesmi@stesmi.com \
--cc=James@superbug.co.uk \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=alsa-devel@alsa-project.org \
--cc=bunk@stusta.de \
--cc=galibert@pobox.com \
--cc=jengelh@linux01.gwdg.de \
--cc=linux-kernel@vger.kernel.org \
--cc=olh@suse.de \
--cc=perex@suse.cz \
--cc=rlrevell@joe-job.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.