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

Move syscall-args to gef-extras/scripts #859

Closed
4 tasks
hugsy opened this issue Jun 28, 2022 · 0 comments · Fixed by #861
Closed
4 tasks

Move syscall-args to gef-extras/scripts #859

hugsy opened this issue Jun 28, 2022 · 0 comments · Fixed by #861
Labels
Milestone

Comments

@hugsy
Copy link
Owner

hugsy commented Jun 28, 2022

  • 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 search through the documentation first?
  • Did you check issues (including
    the closed ones) - and the PR?

Step 1: Describe your environment

  • Operating System / Distribution:
  • Architecture:
  • GEF version (including the Python library version) run version in GEF.

Step 2: Describe your problem

Steps to reproduce

is-syscall and syscall-args should be moved to GEF-Extras since they rely on external dependencies.

They can be easily re-integrated to the context pane using register_external_context_pane

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?

Traces

@hugsy hugsy added the triage label Jun 28, 2022
@hugsy hugsy modified the milestone: Release: next Jun 29, 2022
@hugsy hugsy linked a pull request Jul 2, 2022 that will close this issue
13 tasks
@hugsy hugsy closed this as completed in #861 Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant