mirror of
https://github.com/AuxXxilium/arc-lkm.git
synced 2024-11-23 23:00:57 +07:00
d288da5003
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
7 lines
173 B
C
Executable File
7 lines
173 B
C
Executable File
#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
|