Romain Thomas
Romain Thomas
Nop, this architecture is not supported
PE: Builder sometimes only writes VirtualSize bytes of last section, producing an invalid executable
Hi @schlafwandler Thanks for the report, I'll provide a fix this week
Hello @Wenzel > Do you plan on building a lief crate to give safe bindings for Rust ? Rust bindings for LIEF is not the priority right now but you...
Humm I agree it is not normal for the new segment. Could you send the binary ?
Indeed, LIEF add new segments for some kind of modification. For instance, if you change a symbol name, the ``.dynstr`` is likely to be larger and thus, it need to...
Thanks @greek-stasia. At first sight, it seems to come from the GNU Hash table reconstruction.
I agree. I will do some tests to check if it doesn't break corner cases
Hello @packmad You are right, in the current version we don't distinguish external classes from internal ones. One way to workaround this issue is to check if at least one...
Hi! Indeed the way it is currently done is not the best. I working on a better solution on this branch: [peimports](https://github.com/lief-project/LIEF/tree/peimports)