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

Complete rewrite of pcustom command #794

Merged
merged 17 commits into from
Jan 25, 2022
Merged

Complete rewrite of pcustom command #794

merged 17 commits into from
Jan 25, 2022

Commits on Jan 18, 2022

  1. Entirely rewrote the pcustom functionality to make it usable from o…

    …ther plugins (see #778)
    hugsy committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    f8aecd7 View commit details
    Browse the repository at this point in the history
  2. - applied PR comments

     - added cache
    hugsy committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    07c979e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Apply suggestions from @Grazfather

    Co-authored-by: Grazfather <grazfather@gmail.com>
    hugsy and Grazfather committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    3948328 View commit details
    Browse the repository at this point in the history
  2. Changed signature of apply_at

    hugsy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    54044e3 View commit details
    Browse the repository at this point in the history
  3. Revert "Apply suggestions from @Grazfather"

    This reverts commit 3948328.
    hugsy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    bfb22b0 View commit details
    Browse the repository at this point in the history
  4. linting + formatting

    hugsy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    eda147c View commit details
    Browse the repository at this point in the history
  5. last fix

    hugsy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    e5527ac View commit details
    Browse the repository at this point in the history
  6. making Modules and Module inherit dict so we can use getitem an…

    …d iteration from it
    hugsy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    1f67cc8 View commit details
    Browse the repository at this point in the history
  7. removed unused var in PCustomListCommand

    hugsy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    085151f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    3f3c72d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Apply suggestions from code review

    Co-authored-by: theguy147 <37738506+theguy147@users.noreply.github.com>
    hugsy and theguy147 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c253b86 View commit details
    Browse the repository at this point in the history
  2. - added error message in pcustom show when not found

    - passing a reference to `ExternalStructureLoader` to modules and structures for nested structure to work properly
    hugsy committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    abd05e2 View commit details
    Browse the repository at this point in the history
  3. - added pcustom list test

    hugsy committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e08f87d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b1f37 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Update gef.py

    Co-authored-by: Grazfather <grazfather@gmail.com>
    hugsy and Grazfather committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    b7afb6a View commit details
    Browse the repository at this point in the history
  2. - pcustom prints error message if struct name not found

    - added CI tests  for error messages
    hugsy committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    9664a06 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_pcustom_command' of github.com:hugsy/gef into fix_p…

    …custom_command
    hugsy committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d77e121 View commit details
    Browse the repository at this point in the history