redpill-lkm5/debug/debug_execve.h

7 lines
173 B
C
Raw Permalink Normal View History

2022-12-16 19:34:30 +07:00
#ifndef REDPILL_DEBUG_EXECVE_H
#define REDPILL_DEBUG_EXECVE_H
void RPDBG_print_execve_call(const char *filename, const char *const *argv);
#endif //REDPILL_DEBUG_EXECVE_H