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

Ghidra Dependency Help #954

Closed
yepitsbrian opened this issue Dec 11, 2023 · 7 comments · Fixed by #955
Closed

Ghidra Dependency Help #954

yepitsbrian opened this issue Dec 11, 2023 · 7 comments · Fixed by #955
Assignees
Labels
bug Something isn't working EMBA Installation Installation issues

Comments

@yepitsbrian
Copy link

Describe the bug
First time using emba, installed per instructions but first run ended by flagging Ghidra as a missing dependency.
Is this a build issue or am I doing something wrong?

To Reproduce
Steps to reproduce the behavior:

  1. EMBA installation: sudo ./installer.sh -d
  2. Use the firmware available here: any
  3. Start EMBA with the following parameters: sudo ./emba -f [firmware]
  4. additional steps: Fails during dependency checks
  5. See error
...
GHIDRA - not ok
    Missing GHIDRA - check your installation

Some dependencies are missing - please check your installation
                                                                             
Looks like your docker container is outdated - please update your base image: sudo docker pull embeddedanalyzer/emba'.                                    
ERROR: 1                                                                     
emba_emba_quest_run_94222ed9f830
[-] EMBA failed in docker mode!
...

Expected behavior
Pass dependency checks

Screenshots
N/A

Desktop (please complete the following information):

  • OS: e.g. Kali Linux 2023.4
  • EMBA version: current master branch
  • Installation method: default with up to date docker image

Priority issue
Are you already a Sponsor? - N

Additional context

  • Tried docker pull, but it shows as current version (696ae51efee5)
Copy link

Thank you for contributing an issue!

Welcome to the EMBA firmware analysis community!

We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines here and here.
Also, please check existing open issues and consider to open a discussion in the dedicated discussion area.
Additionally, we have collected a lot of details around EMBA, the installation and the usage of EMBA in our Wiki.

If you like EMBA you have the chance to support us by becoming a Sponsor or buying some beer here.

This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it.

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 11, 2023

We have updated our Base Image last night. When have you pulled the repo and the docker Image? Probably they are out of sync

@nootkroot
Copy link

nootkroot commented Dec 11, 2023

Same issue here, just cloned from the master branch and pulling the latest docker image on the latest and completely clean Kali VM. Installation also seems like it went flawless.

image

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 11, 2023

Will check this tomorrow

@nootkroot
Copy link

Seems like the path it's checking is ./external/ghidra/ghidra_10.3.1_PUBLIC/ghidraRun so it's treating it as a relative path instead of the correct, absolute path /external/ghidra/ghidra_10.3.1_PUBLIC/ghidraRun .

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 11, 2023

If this is the only dependency error you can try -F until we fix it

@m-1-k-3 m-1-k-3 self-assigned this Dec 11, 2023
@m-1-k-3 m-1-k-3 added bug Something isn't working Installation Installation issues EMBA labels Dec 11, 2023
@yepitsbrian
Copy link
Author

We have updated our Base Image last night. When have you pulled the repo and the docker Image? Probably they are out of sync

I don't remember exactly, but roughly 1500UTC on 11 Dec. Repo then docker image immediately following.

If this is the only dependency error you can try -F until we fix it

Thanks. I'll give that a try when I have a chance later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EMBA Installation Installation issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants