-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Installation Error: Missing capstone-disassemble
#120
Comments
From your traceback, the issue comes from the
This is a well-known Python < 3.9 issue, you can google around for some workarounds, but the best fix is to use a more modern version of Python. You can try pinning the version Regardless, this is not GEF-specific. |
I've the same problem but I only have the How do you do to obtain the errors ? @H0r53 When I launch the commands
After a
Is there a possibility that capstone and captone-disassemble are supposed to be the same ? |
From GDB docs:
|
Bug Report
gdb -nx
the closed ones) - and the PR?
Step 1: Describe your environment
version
in GEF.GDB version: GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.2) 9.2
GEF version: .gef-2024.06.py
Python version: Python 3.8.10
Step 2: Describe your problem
Fresh installation of GEF and GEF-extras. However, on running GDB an error/warning occurs regarding one of the GEF plugins for capstone.
I've verified that capstone is installed via pip
Steps to reproduce
sudo apt update -y && sudo apt upgrade -y
bash -c "$(curl -fsSL https://gef.blah.cat/sh)"
wget -q -O- https://github.com/hugsy/gef/raw/main/scripts/gef-extras.sh | sh
gdb
gdb / gef output:
Observed Results
Error in loading gef-extras out of the box
Expected results
GDB & GEF launch with no errors
The text was updated successfully, but these errors were encountered: