mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 23:11:02 +07:00
7 lines
173 B
C
7 lines
173 B
C
#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
|