Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot execute binary file: #1404

Open
LooBanga opened this issue Mar 10, 2024 · 1 comment
Open

cannot execute binary file: #1404

LooBanga opened this issue Mar 10, 2024 · 1 comment

Comments

@LooBanga
Copy link

Describe the bug
A clear and concise description of what the bug is.
im on a raspberry p 400 and downloaded the linux arm.64.tar .gz and even after chmod i still tend to get the error cannot execute binary file: ive watched videos and followed step by step but can never get passed this error
To Reproduce
What command did you run ? (hide any personal information such as phone number or ip address)
─(kali㉿kali-raspberry-pi)-[~/Downloads/phoneinfoga]
└─$ ls
phoneinfoga phoneinfoga_Linux_arm64.tar.gz

┌──(kali㉿kali-raspberry-pi)-[~/Downloads/phoneinfoga]
└─$ chmod +x phoneinfoga

┌──(kali㉿kali-raspberry-pi)-[~/Downloads/phoneinfoga]
└─$ ./phoneinfoga
zsh: exec format error: ./phoneinfoga

┌──(kali㉿kali-raspberry-pi)-[~/Downloads/phoneinfoga]
└─$ sudo su
┌──(root㉿kali-raspberry-pi)-[/home/kali/Downloads/phoneinfoga]
└─# chmod +x phoneinfoga

┌──(root㉿kali-raspberry-pi)-[/home/kali/Downloads/phoneinfoga]
└─# ./phoneinfoga
bash: ./phoneinfoga: cannot execute binary file: Exec format error

┌──(root㉿kali-raspberry-pi)-[/home/kali/Downloads/phoneinfoga]
└─#

this the code i ran before error
Expected behavior
A clear and concise description of what you expected to happen.

Screenshots (optional)
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.graspberry pi os ...]
  • PhoneInfoga exact version (run phoneinfoga version)
  • Go exact version (if running it with Go) (run go version)

Additional context
Add any other context about the problem here.

@108806
Copy link

108806 commented Mar 29, 2024

Yeah they lack some basic info on how to run this thing.

go run . web/client.go:14:12: pattern client/dist/*: no matching files found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants