-
Notifications
You must be signed in to change notification settings - Fork 12
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 1.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: BinaryAnalysisPlatform/bap-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 6 files changed
- 5 contributors
Commits on Jun 4, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for c1b609f - Browse repository at this point
Copy the full SHA c1b609fView commit details -
Merge pull request #9 from BinaryAnalysisPlatform/fix-section-region-…
…parsing fixes parsing section and region statements
Configuration menu - View commit details
-
Copy full SHA for bfb8ba5 - Browse repository at this point
Copy the full SHA bfb8ba5View commit details
Commits on Sep 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5c38a96 - Browse repository at this point
Copy the full SHA 5c38a96View commit details
Commits on Sep 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9c81149 - Browse repository at this point
Copy the full SHA 9c81149View commit details -
Configuration menu - View commit details
-
Copy full SHA for c13659f - Browse repository at this point
Copy the full SHA c13659fView commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec594dc - Browse repository at this point
Copy the full SHA ec594dcView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ce86eb9 - Browse repository at this point
Copy the full SHA ce86eb9View commit details
Commits on Nov 18, 2020
-
Merge pull request #16 from tnballo/master
Update low-level RPC API for Python3
Configuration menu - View commit details
-
Copy full SHA for f9b5d7f - Browse repository at this point
Copy the full SHA f9b5d7fView commit details
Commits on Jan 20, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for a0dea53 - Browse repository at this point
Copy the full SHA a0dea53View commit details
Commits on Jan 24, 2023
-
Merge pull request #18 from gmacon/python-3.10-collections
Support Python 3.10
Configuration menu - View commit details
-
Copy full SHA for 0382823 - Browse repository at this point
Copy the full SHA 0382823View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 95e606d - Browse repository at this point
Copy the full SHA 95e606dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0d9f7 - Browse repository at this point
Copy the full SHA ac0d9f7View commit details
There are no files selected for viewing