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

[cmd] Add support for flags specifying filters type in vmmap, and allow multiple filters #1120

Merged
merged 20 commits into from
Oct 24, 2024

Commits on Sep 23, 2024

  1. [cmd] Add support for flags specifying filters type in vmmap, and all…

    …ow multiple filters
    
    Parse args:
     - `-a` / `--addr`:
       - filter by address -> parses the next arg as an int or asks gdb the value
     - `-n` / `--name`:
       - filter based on section name
     - If nothing is specified, print a warning and guess the type (previous behavior)
    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    10258b2 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4f40325 View commit details
    Browse the repository at this point in the history
  3. Update doc

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    677c5d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd27027 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    361b8ec View commit details
    Browse the repository at this point in the history
  6. Add type hints

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5074b2a View commit details
    Browse the repository at this point in the history
  7. fix enum ArgType

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9fa5e8c View commit details
    Browse the repository at this point in the history
  8. fix nits

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2b4127c View commit details
    Browse the repository at this point in the history
  9. fix indentation

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    64d7885 View commit details
    Browse the repository at this point in the history
  10. fix indentation

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    78962b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1033ad View commit details
    Browse the repository at this point in the history
  12. Use argparse

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9ea73ee View commit details
    Browse the repository at this point in the history
  13. Make hugsy happy :P

    ValekoZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e9b45bc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add tests for -n and -a

    ValekoZ committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3da17fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb9c3fb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update gef.py

    Co-authored-by: Grazfather <[email protected]>
    ValekoZ and Grazfather authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c55c505 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    ValekoZ committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    55a1649 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    ValekoZ committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    60215b4 View commit details
    Browse the repository at this point in the history
  4. fix filters not defined

    ValekoZ committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    76f40f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix #1120 (comment)

    ValekoZ committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4f47cf7 View commit details
    Browse the repository at this point in the history