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

Undefined command: "uf". Try "help". #657

Closed
4 tasks done
IamLucif3r opened this issue Jun 7, 2021 · 1 comment
Closed
4 tasks done

Undefined command: "uf". Try "help". #657

IamLucif3r opened this issue Jun 7, 2021 · 1 comment

Comments

@IamLucif3r
Copy link

IamLucif3r commented Jun 7, 2021

  • Did you use the latest version of GEF from dev branch?
  • Is your bug specific to GEF (not GDB)? - Try to reproduce it running gdb -nx
  • Did you read the documentation first?
  • Did you check issues (including
    the closed ones) - and the PR?

Step 1: Describe your environment

  • Operating System / Distribution: Linux parrot 5.10.0
  • Architecture: Debian
  • GEF version (including the Python library version) run version in GEF.
    GEF: (Standalone)
    GDB: 10.1.90.20210103-git
    GDB-Python: 3.9

Step 2: Describe your problem

  • Undefined command: "uf". Try "help".
    When I try to use command uf _start an error occurs saying:
    • Undefined command: "uf". Try "help".

Steps to reproduce

  1. Type uf _start in gef

Minimalist test case

// compile with gcc -fPIE -pic -o my_issue.out my_issue.c
int main(){ return 0; }

Observed Results

  • What happened? This could be a description, log output, etc.

Expected results

  • What did you expect to happen?
    Dump of assembler code for _start function

Traces

@hugsy
Copy link
Owner

hugsy commented Jun 7, 2021

uf is a WinDbg command, it was moved to gef-extras (https://github.com/hugsy/gef-extras/blob/master/scripts/windbg.py)

@hugsy hugsy closed this as completed Jun 8, 2021
@hugsy hugsy added this to the 2021-07 Release milestone Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants