Heck, I'd do this all the easy way: modify the Palm OS Emulator to keep track of
that information.

-- Keith Rollin
-- Palm OS Emulator engineer






"Bobby Kolev" <[EMAIL PROTECTED]> on 08/19/99 12:44:27 PM

Please respond to [EMAIL PROTECTED]

Sent by:  "Bobby Kolev" <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:    (Keith Rollin/HQ/3Com)
Subject:  Re: How to save data from *any* patched API call? (Hack/patch related)




This is what I'd try to do....

...

BGK
-----Original Message-----
From: Todd L. Cignetti <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, August 19, 1999 3:18 PM
Subject: Re: How to save data from *any* patched API call? (Hack/patch
related)


>The maximum size of the log would be limited to the size of RAM with this
>solution.
>Is there a way to do this with a database or the file streaming API?
>
>----- Original Message -----
>From: Bobby Kolev <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, August 19, 1999 1:44 PM
>Subject: Re: How to save data from *any* patched API call? (Hack/patch
>related)
>
>
>> Below is something I believe I mentioned recently. This time I just found
>> the mail and enclose it.
...
>>
>> -- Ken
>>
>> -----Original Message-----
>> From: Todd L. Cignetti <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>> Date: Thursday, August 19, 1999 12:11 PM
>> Subject: How to save data from *any* patched API call? (Hack/patch
>related)
>>
>>
>> >Greetings,
>> >
>> >I understand that some API's should not be patched, but I need to do it
>> >anyway, for a school project.  Let's say I wanted to make an ordered
list
>> of
>> >every system call that occurred, as it occurred.  I could patch every
>> >individual system call, in HackMaster fashion, to update a log database,
>> and
>> >then call the regular system call.  More simply, I could replace the
trap
>> 15
>> >handler with a new handler that would log each system call to a
database,
>> >and then jump to the regular trap 15 handler.
>> >
>> >The problem is where to store the log?
...


Reply via email to