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

gef for windows #1072

Closed
1 of 9 tasks
guard-wait opened this issue Feb 22, 2024 · 2 comments
Closed
1 of 9 tasks

gef for windows #1072

guard-wait opened this issue Feb 22, 2024 · 2 comments

Comments

@guard-wait
Copy link

GEF+GDB version

GNU gdb (GDB) 10.2

Operating System

windows

Describe the issue you encountered

image
when I use gef by windows,I found that issue.So that I wonder if gef supports Windows?if can,what should I do?if not,can you solve this problem?

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.

I don't know anything.Because I just want to do winpwn

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
@hugsy
Copy link
Owner

hugsy commented Mar 10, 2024

Hi @guard-wait

Your error indicates a binary required for gef is missing. So it's a user setup problem, unrelated to gef.

Regarding support for Windows, GEF is aimed for Linux.
There is an embryo of support for Windows - and macOS too - but very limited.

You're welcome to try it, and improve if you can.

Thanks

@hugsy hugsy removed the bug label Mar 10, 2024
Copy link

stale bot commented May 11, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. You can reopen it by adding a comment to this issue.

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