Results 1 to 1 of 1
hi all
I want to find where the functions of libc are located. When we call "open" from an application, it is libc open function which calls sys_open system call. ...
- 10-30-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 1
location of libc code
hi all
I want to find where the functions of libc are located. When we call "open" from an application, it is libc open function which calls sys_open system call. I want to find the location and code for all those libc functions which normally call kernel system calls. Please tell me where this code resides
thanx


Reply With Quote
