Romain Thomas
Romain Thomas
Hi @Miniman2718 > Which kernel/loader are you referring to? Linux loader/kernel and yes I agree that it can works without a PHDR segment (in the case of static binary). >...
> which is different from what I think va % pagesize() == offset means. Could it be possible that you chose to use Yes you are right, I missed the...
Indeed it works and it passes the test suite. I re-open the issue and I'll take a closer look a these updates. Thank you pushing your idea even though I...
Hi @wannacu Thank you for this interesting PR!. Some remarks though: 1. It uses `std::string_view` in public headers which raises the minimum C++ version from 11 to 17. I would...
True. Actually the `binary` instance after a write operation can't be considered as consistent. This is why most of the tests are done on a reloaded instance. I agree it's...
Sorry actually I misread the where the error occurs. I agree that `check_layout` should run correctly after the `extend_section`.
You are right I'll see how to improve this check
Thanks for this detailed issue. It's definitely something that will be added for the next version of LIEF
I confirm the issue on my end. I'll investigate more to check if there is a fix for this situation