Advertisement
TheNH813

Untitled

Sep 2nd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.90 KB | None | 0 0
  1. [administrator@Void-Linux]: ~>$ ~/Emulators/PCSX2-1.4.0/PCSX2
  2. bash: /home/administrator/Emulators/PCSX2-1.4.0/PCSX2: No such file or directory
  3. [administrator@Void-Linux]: ~>$ ls -la ~/Emulators/PCSX2-1.4.0/PCSX2
  4. -rwxr-xr-x 1 administrator administrator 6264804 Jan  5  2016 /home/administrator/Emulators/PCSX2-1.4.0/PCSX2*
  5. [administrator@Void-Linux]: ~>$ stat ~/Emulators/PCSX2-1.4.0/PCSX2
  6.   File: /home/administrator/Emulators/PCSX2-1.4.0/PCSX2
  7.   Size: 6264804         Blocks: 12240      IO Block: 4096   regular file
  8. Device: fe00h/65024d    Inode: 20055224    Links: 1
  9. Access: (0755/-rwxr-xr-x)  Uid: ( 1000/administrator)   Gid: ( 1000/administrator)
  10. Access: 2018-09-02 23:09:08.259607587 -0500
  11. Modify: 2016-01-05 10:09:59.000000000 -0600
  12. Change: 2018-09-02 23:07:56.479509985 -0500
  13.  Birth: -
  14. [administrator@Void-Linux]: ~>$ readelf -h ~/Emulators/PCSX2-1.4.0/PCSX2
  15. ELF Header:
  16.   Magic:   7f 45 4c 46 01 01 01 03 00 00 00 00 00 00 00 00
  17.   Class:                             ELF32
  18.   Data:                              2's complement, little endian
  19.  Version:                           1 (current)
  20.  OS/ABI:                            UNIX - GNU
  21.  ABI Version:                       0
  22.  Type:                              EXEC (Executable file)
  23.  Machine:                           Intel 80386
  24.  Version:                           0x1
  25.  Entry point address:               0x80667e0
  26.  Start of program headers:          52 (bytes into file)
  27.  Start of section headers:          6263484 (bytes into file)
  28.  Flags:                             0x0
  29.  Size of this header:               52 (bytes)
  30.  Size of program headers:           32 (bytes)
  31.  Number of program headers:         9
  32.  Size of section headers:           40 (bytes)
  33.  Number of section headers:         33
  34.  Section header string table index: 30
  35. [administrator@Void-Linux]: ~>$ ldd ~/Emulators/PCSX2-1.4.0/PCSX2
  36.        not a dynamic executable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement