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

Remove glibc-function-args #866

Merged
merged 2 commits into from Jul 5, 2022
Merged

Remove glibc-function-args #866

merged 2 commits into from Jul 5, 2022

Conversation

hugsy
Copy link
Owner

@hugsy hugsy commented Jul 2, 2022

Removed glibc-function-args, moved to GEF-Extras
Also adds the possibity to specify a callback when calling register_external_content_pane. This callback serves as a way to conditionally display the pane.

See:

Description/Motivation/Screenshots

Against which architecture was this tested ?

"Tested" indicates that the PR works and the unit test (i.e. make test) run passes without issue.

  • x86-32
  • x86-64
  • ARM
  • AARCH64
  • MIPS
  • POWERPC
  • SPARC
  • RISC-V

Checklist

  • My PR was done against the dev branch, not main.
  • My code follows the code style of this project.
  • My change includes a change to the documentation, if required.
  • If my change adds new code, adequate tests have been added.
  • I have read and agree to the CONTRIBUTING document.

@hugsy hugsy changed the title added callback to register_external_content_pane to conditionally d… Remove glibc-function-args Jul 3, 2022
@hugsy hugsy marked this pull request as ready for review July 3, 2022 01:38
@hugsy hugsy added this to the Release: next milestone Jul 3, 2022
@hugsy hugsy linked an issue Jul 3, 2022 that may be closed by this pull request
@hugsy hugsy merged commit 1499023 into dev Jul 5, 2022
@hugsy hugsy deleted the move_libc_args branch July 5, 2022 03:41
Ordoviz added a commit to Ordoviz/gef that referenced this pull request Dec 30, 2023
hugsy pushed a commit that referenced this pull request Dec 30, 2023
Since #866 it's possible to hide custom context panes using a callback
function. I only found out about this useful feature by reading the
code. This PR documents it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move glibc-function-args to gef-extras/scripts
1 participant