-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: BinaryAnalysisPlatform/bap-python
base: updates-readme
head repository: BinaryAnalysisPlatform/bap-python
compare: master
- 13 commits
- 6 files changed
- 5 contributors
Commits on Feb 28, 2018
-
Merge pull request #7 from BinaryAnalysisPlatform/updates-readme
minor fixes to the readme file
Configuration menu - View commit details
-
Copy full SHA for 4cc8ae7 - Browse repository at this point
Copy the full SHA 4cc8ae7View commit details
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
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff updates-readme...master