Romain Thomas

Results 187 comments of Romain Thomas

For the follow up from gitter: > Providing ``std::string_view`` is not planned in the short term since it raises the C++ standard to > C++17. I would ok to use...

Hello @krzysztof30, It looks like ``libchrome.so`` use special relocation (c.f. #111) that are not yet supported by LIEF. More generally, LIEF has limitation with Android libraries built from the AOSP.

You mean a project able to read them ? (llvm has the support)

None as far I know but I may be wrong

I keep this issue open as LIEF aims to support this kind of feature

Hello @fbures Since in your script you add a **loaded** section, it implicitly adds a **segment**. Adding a segment causes the extension of the phdr table which requires to shift...

Yes It's completely in the scope of this project so feel free to make a PR for these features

Nice! I'm quite busy with other stuff but feel free to ask questions if you have some

Hi @mingwandroid Thank you very much for your contribution! I'm interested in your code (I didn't find the branch in conda-build) Regarding COFF file, I think it would require to...

Hi @mingwandroid, Sorry I mess your latest message. > Thank you for your recommendation. I was under the impression that a COFF file is essentially embedded in a PE >...