Romain Thomas

Results 187 comments of Romain Thomas

FYI, it already exists an issue for this request: #213

Do you have and example of a PE file and the expected output ?

@Wenzel here is the working branch: [enhancement/pe-guid-480](https://github.com/lief-project/LIEF/tree/enhancement/pe-guid-480) and the current implementation: https://github.com/lief-project/LIEF/blob/ac283c2efa7d838e7f2b62136f54898c72758823/src/PE/CodeViewPDB.cpp#L92-L99 I have some doubt about: - Does the ``age`` is a part of the GUID? (in Volatility it...

Ok thanks for the context.

Hi @isuruf I agree that it would be a nice feature but to be honest, I will not have time to handle it at mi-term.

Ack. I never tested LIEF in a FreeBSD environment but I'll check that.

Hi! I tried to reproduce the problem on a Freebsd 13 running Python 3.7 and I don't catch the error: ```bash root@osboxes:~/LIEF/dist # python3.7 -m pip install lief-0.12.0.dev0-cp37-cp37m-freebsd_13_0_release_amd64.whl Processing ./lief-0.12.0.dev0-cp37-cp37m-freebsd_13_0_release_amd64.whl...

Hi @jrodgut For the first issue (extending symbol's name), it's not supported yet: https://github.com/lief-project/LIEF/blob/158f291b1f1beec2e420e6624ec7833add0fb1e4/src/MachO/Builder.tcc#L703-L706 For the second, it comes from the fact that your ordinal is above 15 which leads...