Skip to content

Instantly share code, notes, and snippets.

@jalons
Created September 14, 2016 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalons/16dfdb67670f5bc12034e3ca20e55d3b to your computer and use it in GitHub Desktop.
Save jalons/16dfdb67670f5bc12034e3ca20e55d3b to your computer and use it in GitHub Desktop.
32 bit binary on 64 bit OS, terrible error message
(venv)[jeremy.alons@ipsum] ~/m
➜ file ./mdump
./mdump: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.5, not stripped
(venv)[jeremy.alons@ipsum] ~/m
➜ ./mdump
zsh: no such file or directory: ./mdump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment