shell bypass 403

Cubjrnet7 Shell

: /usr/src/file_protector-1.1-1569/ [ drwxr-xr-x ]

name : module_ref.h
/**
 @file     module_ref.c
 @brief    Module referencing with logging
 @details  Copyright (c) 2022 Acronis International GmbH
 @author   Denis Kopyrin ([email protected])
 @since    $Id: $
 */

#pragma once

#include <linux/module.h>

#include "debug.h"

#define MODULE_GET() do{ IPRINTF("get"); __module_get(THIS_MODULE); }while(0)
#define MODULE_PUT() do{ IPRINTF("put");   module_put(THIS_MODULE); }while(0)

© 2025 Cubjrnet7