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

The command line did not report an error, but did not unpack any files #678

Closed
yaaaaaao opened this issue Jul 1, 2024 · 1 comment
Closed

Comments

@yaaaaaao
Copy link

yaaaaaao commented Jul 1, 2024

Hello, I am trying to unpack some files with Binwalk, such as a sample elf suffix, I ran the package command "binwalk --extract -M --directory /home/lius/results-/home/lius/esp32-app-template.elf "with no error. But the result doesn't have any files in it. I need some help.

@devttys0
Copy link
Collaborator

Binwalk v3 does correctly identify this file as an ELF, and also reports some possible SHA256 hash constants in the ELF file as well:

image_2024-09-22_212943599

With that said, there doesn't seem to be anything to "extract" here. It's an ELF executable; if you want to understand how it works, you'll want to open it up in a disassembler or decompiler.

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