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

[Bug] 不能运行,一堆问题 #1009

Closed
2 of 9 tasks
samuraiforsec opened this issue Oct 4, 2023 · 1 comment
Closed
2 of 9 tasks

[Bug] 不能运行,一堆问题 #1009

samuraiforsec opened this issue Oct 4, 2023 · 1 comment

Comments

@samuraiforsec
Copy link

GEF+GDB version

Type "apropos word" to search for commands related to "word"...
  File "/home/giantbranch/.gdbinit-gef.py", line 161
    gef : "Gef"
        ^
SyntaxError: invalid syntax
"/home/giantbranch/.pyenv/shims/version": not in executable format: File format not recognized

Operating System

No response

Describe the issue you encountered

Type "apropos word" to search for commands related to "word"...
File "/home/giantbranch/.gdbinit-gef.py", line 161
gef : "Gef"
^
SyntaxError: invalid syntax
"/home/giantbranch/.pyenv/shims/version": not in executable format: File format not recognized

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
@Grazfather
Copy link
Collaborator

Your GDB is too old, and compiled with an old version of python.

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

No branches or pull requests

2 participants