2021-03-09 22:24:35 +00:00
|
|
|
#pragma once
|
2019-04-22 12:25:25 +00:00
|
|
|
|
|
|
|
#include "ihook.hpp"
|
|
|
|
|
|
|
|
namespace llarp
|
|
|
|
{
|
|
|
|
namespace hooks
|
|
|
|
{
|
|
|
|
/// exec file based hook notifier
|
|
|
|
Backend_ptr
|
|
|
|
ExecShellBackend(std::string execFilePath);
|
|
|
|
} // namespace hooks
|
|
|
|
} // namespace llarp
|