2021-05-26 17:23:27 +00:00
|
|
|
#include <sys/types.h>
|
2023-05-09 18:40:00 +00:00
|
|
|
#include <sys/user.h>
|
|
|
|
#include <libutil.h>
|
|
|
|
#include <libprocstat.h>
|
2021-05-26 17:23:27 +00:00
|
|
|
|
2019-07-13 01:28:04 +00:00
|
|
|
char * find_command_name(int pid);
|
|
|
|
char * find_executable(int pid);
|
|
|
|
int find_status(int pid);
|
2021-05-26 17:23:27 +00:00
|
|
|
uintptr_t get_entry_point(int pid);
|