ELFManip
ELFManip copied to clipboard
General cleanup
use pyelftools instead of custom constants file lint
@baumane Please take a look and let me know if this breaks anything, as I think you are probably the only one who uses this? I don't think I have tests with full code coverage.
I chose to get rid of constants.py since all of those constants can be found in pyelftools. I took a quick look at https://github.com/utds3lab/multiverse/ and noticed that you rely on constants.py. You will need to perform the same changes in multiverse.
I ticked the version number in this branch since these are API-breaking changes. Suggest you pin the new version in your project requirements once this is merged.