-
-
Notifications
You must be signed in to change notification settings - Fork 784
Closed
Labels
Description
GEF+GDB version
latest
Operating System
Linux
Describe the issue you encountered
#gdb-gef
File "~/gef/gef.py", line 111
latest_gef_data = http_get(f"https://raw.githubusercontent.com/hugsy/gef/{ver}/scripts/gef.sh")
^
SyntaxError: invalid syntax
The python version is wrong.
I tried to remove all python versions (2.7 and 3.5) and manually installed python3.9.
but the error still remains.
Sorry, this is my first post on github.
Do you read the docs and look at previously closed issues/PRs for similar cases?
No
Architecture impacted
- X86
- X64
- ARM
- ARM64
- MIPS
- MIPS64
- PPC
- PPC64
- RISCV
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
Provide a step-by-step to reproduce your issue.
Minimalist test case
Use this field for a minimal code to compile and spot the issue:
// compile with gcc -fPIE -pic -o my_issue.out my_issue.c
int main(){ return 0; }
You can also provide a Dockerfile if you prefer
Additional context?
- Screenshots
- Callstack
- Coredumps
- If possible and useful, please upload the binary
ans1genie