Replies: 1 comment
-
Creating a new class should be done before the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
GEF+GDB version
Operating System
Manjaro Linux
Describe the issue you encountered
Creating a custom command following the documentation works but gives us a
register_external_command' is deprecated and will be removed in a feature release. Use register(), and inherit from GenericCommand instead
warning.Trying to use
register()
does not seems to works properly.Do you read the docs and look at previously closed issues/PRs for similar cases?
Yes
Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
Add this to
gef.py
:Start gdb and try the new
test
command:The expected behavior would be that
test
returnsplop
on the first instanceMinimalist test case
No response
Additional context?
Using
register(Test)
gives the same behaviorBeta Was this translation helpful? Give feedback.
All reactions