Seva Alekseyev (he/him)

Results 108 comments of Seva Alekseyev (he/him)

@sfncat I though we agreed we are not adding -W support to readelf. Let's close this.

To elaborate, the problem in the linked file is that section 0 has type SHT_HASH and has 0 as sh_link (e. g. points at itself). `ELFFile.get_section()` for section 0 tries...

@pd-fkie Addressed in #522 by validating which section types can link to which.

ELF *writing* is not supported in pyelftools, and was never planned. You'll need some other ELF library.

@Nikhil1212 There is a write capable fork of pyelftools at https://github.com/mefistotelis/pyelftools

It's not a DoS if the only computer you've sabotaged is yours. pyelftools doesn't listen on a network - the DoS can't be triggered by a remote attacker. If the...

@pd-fkie Addressed in #522. Also the same for `e_phentsize`.

How come this is still open? :)

@yui-ishihara is this still an issue?