| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to get all invoked system API of a program
Hello everyone,
Suppose we have the source codes, how to get all invoked system API (like printf, open, etc.) other than program self-defined API? Are there any existing tools? Either on Windows or on Linux platform is ok. thanks in advance, George |
|
#2
|
|||
|
|||
|
you can use "ldd <executable_name>" to see which libraries are included.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > How to get all invoked system API of a program |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|