shell bypass 403

Cubjrnet7 Shell


name : exec_event.h
/**
@file
@brief    'exec' event
@details  Copyright (c) 2024 Acronis International GmbH
@author   Denis Kopyrin ([email protected])
@since    $Id: $
*/

#pragma once

#include "compat.h"
#ifdef KERNEL_MOCK
struct linux_binprm;
#else
#include <linux/binfmts.h>
#endif

void exec_event_nowait(struct task_struct *p, struct linux_binprm *bprm);
void exec_event(struct task_struct *p);

© 2025 Cubjrnet7