![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script to send something via UDP and intercept at other end? | frustrated1 | Shell Programming and Scripting | 1 | 07-26-2008 10:07 AM |
| created sytem from mksysb | itik | AIX | 0 | 01-22-2008 11:25 AM |
| Identification of data calls & voice calls | pcsaji | IP Networking | 0 | 07-25-2006 06:32 AM |
| intercept the ip address of a telnet session | paololrp | IP Networking | 2 | 09-28-2005 04:18 AM |
| UNIX Sytem 5, release 3 | samklyle | UNIX for Dummies Questions & Answers | 5 | 07-14-2001 05:08 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to intercept sytem calls
I would like to port a small utility from Linux to AIX and, lacking any software development knowledge for AIX, need some help:
I have a library called Snoopy. Basically it intercepts the execv() and execve() system calls and logs them to the syslog-facility AUTHPRIV then passes control over to the original system calls. It does so by adding an entry into /etc/ld.so.preload so that the library gets preloaded and can intercept the systemcalls by its own versions of them. I am now looking for an analogous solution for AIX to intercept these two system calls with their logging versions. Any ideas? bakunin |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|