ELFManip icon indicating copy to clipboard operation
ELFManip copied to clipboard

General cleanup

Open schieb opened this issue 6 years ago • 1 comments

use pyelftools instead of custom constants file lint

schieb avatar Mar 05 '19 03:03 schieb

@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.

schieb avatar Mar 05 '19 03:03 schieb