We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev
gdb -nx
version
uf _start
// compile with gcc -fPIE -pic -o my_issue.out my_issue.c int main(){ return 0; }
The text was updated successfully, but these errors were encountered:
uf is a WinDbg command, it was moved to gef-extras (https://github.com/hugsy/gef-extras/blob/master/scripts/windbg.py)
uf
gef-extras
Sorry, something went wrong.
No branches or pull requests
dev
branch?gdb -nx
the closed ones) - and the PR?
Step 1: Describe your environment
version
in GEF.GEF: (Standalone)
GDB: 10.1.90.20210103-git
GDB-Python: 3.9
Step 2: Describe your problem
When I try to use command
uf _start
an error occurs saying:Steps to reproduce
uf _start
in gefMinimalist test case
Observed Results
Expected results
Dump of assembler code for _start function
Traces
The text was updated successfully, but these errors were encountered: