Romain Thomas

Results 187 comments of Romain Thomas

Ok, thanks for pointing this information. It should, indeed, fix the issue.

Hi @ZehMatt I understand the need and it perfectly makes sense. Actually the PE sections can live independently from the `PE::Binary` object which embeds the `imagebase` through the `OptionalHeader`. To...

Thank you for the sample. Indeed LIEF is not able to parse PPC Mach-O file but it should support them.

I started to support these formats but didn't finished yet.

I started a PoC and the introduction of the CDEX format makes things even more complicated. I'll see when I'll find the motivation to resume this part. (I'm working on...

@DaLynX is this PR still a draft or can be merged ?

Note: there is this working branch: [peimports](https://github.com/lief-project/LIEF/tree/peimports) that tries to improve the way we patch import

Hi @arnopo Yes the +4k when adding a new section is the *normal* behavior as the loader enforces a relationship between segment VA and offset (c.f the recent blog post:...

Yes at least for Linux & Android it is applicable for all the ELF **LOAD segments** but not necessarily the sections. Could you add a reference to the *Zephyr Project*,...

Hi! Thanks for the sample. I had a quick look and it seems not trivial to fix. I don't know if the issue comes from the un-supported ``Ms-CounterSign (1.3.6.1.4.1.311.3.3.1)`` or...