Re: Hooks and stacking

From: Valdis.Kletnieks@private
Date: Thu Mar 31 2005 - 11:23:16 PST


On Thu, 31 Mar 2005 11:17:46 EST, John Richard Moser said:

> For example, I think all libraries are typically mapped RwX. . . wanna
> break ld.so?

It really helps if you do the obvious checking before hitting send:

[~]3 grep '\.so$' /proc/*/maps | wc -l
1446
[~]3 grep '\.so$' /proc/*/maps | grep rwx | wc -l
46

So we got only 46 rwx-mapped .so's on my laptop at the moment.

And of those, 35 are attached to Firefox, and the rest belong to only 3 other
processes...





This archive was generated by hypermail 2.1.3 : Thu Mar 31 2005 - 11:24:08 PST