Romain Thomas

Results 187 comments of Romain Thomas

Hi @fanquake. I don't have objection to add such typing but my concern is more about the cost of maintaining these typing information. Based on the Python package, can we...

Ok so yes I think this feature could be helpful :)

I welcome external contribution on this issue. If someone wants to take the lead, let me know :)

Hello @chinggg, Thank you for the contribution of this issue. I saw you PR and indeed there are error in the bindings like `32BIT_BRANCH` if you can attach the full...

Ack (I won't likely have a fix soon)

Modifying `ld.so` is challenging :)

Interesting, I never thought about this test for an EFI binary. I'll take a look when I'll back from vacation

Re, I investigated the issue. First, `signature.check()` verifies the integrity of the signature itself. You can have a consistent signature while having a binary that have been modified. On the...

Ok my bad for `sbverify`. Definitely if you can draft a patch it would help to think about how it can be integrated along the with regular authenticode.

I think it's because LIEF's wheels are statically linked with `libstdc++`. On the other hand, the `manylinux_XXX` tag requires this static link. I'll check if there is a workaround.