8000 Comparing updates-readme...master · BinaryAnalysisPlatform/bap-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BinaryAnalysisPlatform/bap-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: updates-readme
Choose a base ref
...
head repository: BinaryAnalysisPlatform/bap-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 6 files changed
  • 5 contributors

Commits on Feb 28, 2018

  1. Merge pull request #7 from BinaryAnalysisPlatform/updates-readme

    minor fixes to the readme file
    ivg authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    4cc8ae7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. fixes parsing section and region statements

    Note: this is a backport from bap-1.3.1 package, as this fix is
    already there, but wasn't commited to the master branch of the
    upstream repository.
    
    The fix enables the special handling for the Section and Region types,
    which use hex number without the 0x prefix. Ideally, we shouldn't
    generate such input, but since historically this happened, we need to
    make our parser robust enough to be able to chew such representation
    also.
    ivg committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    c1b609f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from BinaryAnalysisPlatform/fix-section-region-…

    …parsing
    
    fixes parsing section and region statements
    ivg authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    bfb8ba5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. fix the arguments for Values

    zzrcxb committ 8000 ed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    5c38a96 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    9c81149 View commit details
    Browse the repository at this point in the history
  2. turn off pylint warning

    zzrcxb committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c13659f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge pull request #11 from zzrcxb/master

    fix the arguments for Values
    ivg authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    ec594dc View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

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

Commits on Nov 18, 2020

  1. Merge pull request #16 from tnballo/master

    Update low-level RPC API for Python3
    ivg authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f9b5d7f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Import collection ABCs from new path

    Importing the Iterable, Sequence, and Mapping ABCs directly from
    collections was deprecated in Python 3.3 and the aliases were removed in
    Python 3.10.
    
    Attempt to import from the new location, but if it fails because the
    current Python is older than 3.3, fall back to the old location.
    gmacon committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a0dea53 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Merge pull request #18 from gmacon/python-3.10-collections

    Support Python 3.10
    ivg authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0382823 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Smol fixes (#15)

    * Fix a typo
    
    * Disable pylint false positive
    XVilka authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    95e606d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac0d9f7 View commit details
    Browse the repository at this point in the history
Loading
0