On Wed, 22 Jan 2003, Christopher Faylor wrote:
> On Tue, Jan 21, 2003 at 11:27:09PM -0500, Igor Pechtchanski wrote:
> >On Tue, 21 Jan 2003, Rolf Campbell wrote:
> >
> >> I'm trying to write an application that can run some code when a certain
> >> memory address is read or written.
> >> My first t
On Tue, Jan 21, 2003 at 11:27:09PM -0500, Igor Pechtchanski wrote:
>On Tue, 21 Jan 2003, Rolf Campbell wrote:
>
>> I'm trying to write an application that can run some code when a certain
>> memory address is read or written.
>> My first theory was to use mprotect to remove read/write permissions
>
On Tue, 21 Jan 2003, Rolf Campbell wrote:
> I'm trying to write an application that can run some code when a certain
> memory address is read or written.
> My first theory was to use mprotect to remove read/write permissions
> from a section and then catch SIGSEGV, but siginfo_t doesn't seem to be
3 matches
Mail list logo