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

Proper command argument parsing #661

Merged
merged 16 commits into from Jun 22, 2021
Merged

Proper command argument parsing #661

merged 16 commits into from Jun 22, 2021

Commits on Jun 9, 2021

  1. Copy the full SHA
    aa38365 View commit details
    Browse the repository at this point in the history
  2. * improved command argparsing

    * ported a few functions to use it
    * updated unit tests to reflect the syntax change
    hugsy committed Jun 9, 2021
    Copy the full SHA
    bd8e338 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. - switched emulate to use the new argparser

    hugsy committed Jun 10, 2021
    Copy the full SHA
    08946bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34b15d6 View commit details
    Browse the repository at this point in the history
  3. * improved command argparsing

    * ported a few functions to use it
    * updated unit tests to reflect the syntax change
    hugsy committed Jun 10, 2021
    Copy the full SHA
    6482690 View commit details
    Browse the repository at this point in the history
  4. - switched emulate to use the new argparser

    hugsy committed Jun 10, 2021
    Copy the full SHA
    2892d15 View commit details
    Browse the repository at this point in the history
  5. merge fix

    hugsy committed Jun 10, 2021
    Copy the full SHA
    0b503b5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bd65e81 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. New addition for #659 :

    - added `pattern` command
    - changed the default period to 4 for better compat with `pwntools` (fixed #658)
    - updated unit tests
    hugsy committed Jun 11, 2021
    Copy the full SHA
    d6fd038 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Copy the full SHA
    bbe84db View commit details
    Browse the repository at this point in the history
  2. - added RemoteCommand for argparsing (#659)

    - fixed ArgumentParser prog name (#659)
    hugsy committed Jun 12, 2021
    Copy the full SHA
    782dd88 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. * Addresses most of the concerns raised in the review of PR #661

    * Added the possibility to use short flags
    * Updated the documentation to provide relevant examples
    hugsy committed Jun 20, 2021
    Copy the full SHA
    5d167f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7e47e8f View commit details
    Browse the repository at this point in the history
  3. [printf-format] fixed incorrect syntax

    hugsy committed Jun 20, 2021
    Copy the full SHA
    f52183f View commit details
    Browse the repository at this point in the history
  4. Doc: added an example for parse_arguments to illustrate how to use …

    …positional arguments with a list of option (as suggested in #661)
    hugsy committed Jun 20, 2021
    Copy the full SHA
    eda454b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Making @Grazfather happy again 😀(issue #661)

    hugsy committed Jun 21, 2021
    Copy the full SHA
    abe837e View commit details
    Browse the repository at this point in the history