Advertisement
moreaki

LittleBug-32bitwoes

Jul 30th, 2021 (edited)
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.83 KB | None | 0 0
  1. On MacOS (10.5.1 BigSur):
  2.  
  3. @0x4B6169-2:/Users/moreaki/Downloads/DONE$ file Windows\ Content/Little\ Bug.exe Little\ Bug.app/Contents/MacOS/Little\ Bug Linux\ Content/Little\ Bug.x86
  4. Windows Content/Little Bug.exe:           PE32 executable (GUI) Intel 80386, for MS Windows
  5. Little Bug.app/Contents/MacOS/Little Bug: Mach-O executable i386
  6. Linux Content/Little Bug.x86:             ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=c879d22fb09af9f547ec74e1c288f0ac7b388c70, stripped
  7. @0x4B6169-2:/Users/moreaki/Downloads/DONE$ find . -name "UnityEngine.dll" -exec file {} \;
  8. ./Linux Content/Little Bug_Data/Managed/UnityEngine.dll: PE32 executable (DLL) (console) Intel 80386 Mono/.Net assembly, for MS Windows
  9. ./Windows Content/Little Bug_Data/Managed/UnityEngine.dll: PE32 executable (DLL) (console) Intel 80386 Mono/.Net assembly, for MS Windows
  10. ./Little Bug.app/Contents/Resources/Data/Managed/UnityEngine.dll: PE32 executable (DLL) (console) Intel 80386 Mono/.Net assembly, for MS Windows
  11.  
  12. On Linux (Ubuntu 20.04 LTS):
  13.  
  14. moreaki@0xdeadbead:~/Downloads/Linux Content$ chmod 0755 Little\ Bug.x86
  15. moreaki@0xdeadbead:~/Downloads/Linux Content$ ./Little\ Bug.x86
  16. bash: ./Little Bug.x86: No such file or directory
  17. moreaki@0xdeadbead:~/Downloads/Linux Content$ ltrace ./Little\ Bug.x86
  18. Can't execute `./Little Bug.x86': No such file or directory
  19. failed to initialize process 20809: No such file or directory
  20. couldn't open program './Little Bug.x86': No such file or directory
  21. moreaki@0xdeadbead:~/Downloads/Linux Content$ file ./Little\ Bug.x86
  22. ./Little Bug.x86: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=c879d22fb09af9f547ec74e1c288f0ac7b388c70, stripped
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement