shell bypass 403

Cubjrnet7 Shell

: /usr/src/snapapi26-0.8.45/ [ drwxr-xr-x ]

name : sn_huge_ptr.h
/*
   Copyright (C) Acronis, 2004-2006 
   Written by Vladimir Simonov
   $Id$
*/

#ifndef SN_HUGE_PTR_H_INCLUDED
#define SN_HUGE_PTR_H_INCLUDED

#ifdef _LP64
#define SN_HUGE_PTR(ptr) ptr
#define SN_HUGE_PTR2(ptr) ptr
#else
#ifdef __BIG_ENDIAN__
#define SN_HUGE_PTR(ptr) unsigned pad; ptr
#define SN_HUGE_PTR2(ptr) unsigned pad2; ptr
#else
#define SN_HUGE_PTR(ptr) ptr; unsigned pad
#define SN_HUGE_PTR2(ptr) ptr; unsigned pad2
#endif /* __BIG_ENDIAN__ */
#endif /* _LP64 */

#endif /* SN_HUGE_PTR_H_INCLUDED */


© 2025 Cubjrnet7