Eli Bendersky

Results 225 comments of Eli Bendersky

I did use the system binary before, and it was an absolute nightmare because each system has a different version of readelf/binutils, in which there are maddening small differences in...

Sorry, folks. I'm not the one who prepared those Debian packages :-) Feel free to submit a PR that fixes it in some way.

gcc versions occasionally tweak their output and it's hard to guarantee pyelftools will work with versions it hasn't been tested with. PRs welcome to fix this

@mnhol I don't think so. It's fairly widely used so there's no reliable way to find that information.

@sevaa makes a good point, and I'm not sure you've addressed that in the original issue, @WillDenissen. Indeed, full feature parity between `readelf.py` and the GNU tool is not a...

As a user of leaktest, it worked fine within a module environment - as you have properly tagged semver releases. Thanks! It may still be a good idea to add...

Creating a simple and useful example for fuzzing turns out to be nontrivial. https://github.com/mmcgrana/gobyexample/pull/463 one example of an attempt that didn't go well.

Open to suggestions here. A good, useful example can be added to the Generics page -- make suggestions in a PR