OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
x86_64-linux-gnu
/
perl
/
5.26.1
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:16 AM
rwxr-xr-x
📄
bitsperlong.ph
454 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
ioctl.ph
92 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
ioctls.ph
93 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
posix_types.ph
240 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
posix_types_32.ph
243 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
posix_types_64.ph
243 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
posix_types_x32.ph
332 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
socket.ph
93 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
sockios.ph
94 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
termbits.ph
95 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
termios.ph
94 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
unistd.ph
435 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
unistd_32.ph
26.97 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
unistd_64.ph
23.65 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
unistd_x32.ph
30.37 KB
05/23/2023 05:17:19 PM
rw-r--r--
Editing: unistd.ph
Close
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_ASM_X86_UNISTD_H)) { eval 'sub _ASM_X86_UNISTD_H () {1;}' unless defined(&_ASM_X86_UNISTD_H); eval 'sub __X32_SYSCALL_BIT () {0x40000000;}' unless defined(&__X32_SYSCALL_BIT); if(defined(&__i386__)) { require 'asm/unistd_32.ph'; } elsif(defined(&__ILP32__)) { require 'asm/unistd_x32.ph'; } else { require 'asm/unistd_64.ph'; } } 1;