shell bypass 403

Cubjrnet7 Shell

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

name : stringify.h
/**
@file
@brief    'STRINGIFY()' macro
@details  Copyright (c) 2022 Acronis International GmbH
@author   Mikhail Krivtsov ([email protected])
@since    $Id: $
*/

#pragma once

#define STRINGIFY_HELPER(x) #x
#define STRINGIFY(x) STRINGIFY_HELPER(x)

© 2025 Cubjrnet7