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

Serial interface implementation #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    485fd76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24efc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f65b8c7 View commit details
    Browse the repository at this point in the history
  4. add serial dependencies

    TAbdiukov committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    cf677af View commit details
    Browse the repository at this point in the history
  5. add forgotten if statement

    TAbdiukov committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c071d42 View commit details
    Browse the repository at this point in the history
  6. add recvn(), recvuntil(), and recvall() functions. Add timeout suppor…

    …ts to some of them (min used in original pwntools; I use max for timeout since it makes more sense). Minor optimisations
    TAbdiukov committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    22a4baa View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    a66f7ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d8fda View commit details
    Browse the repository at this point in the history