Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 10 Mar 2016 20:53:37 +0100
From: Tomasz Sterna <tomek@...oka.com>
To: musl@...ts.openwall.com
Subject: Re: Memory management, how to protect some address space.

W dniu 10.03.2016, czw o godzinie 21∶23 +0200, użytkownik John Found
napisał:
> Hm, isn't it paragraph 22? sys_personality changes the personality of
> the calling process.
> How to call it *before* executing program???

Either using a wrapper binary, or
right at the beginning check current personality
with personality(0xffffffff) and if it is not what you wanted set
required personality and exec(3) your binary again in the same process
space.


-- 
 /o__ 
(_<^' Beam me up, Scotty! It ate my phaser!


Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.