Pe Editing library?
Anyone k开发者_运维问答now of a good library for editing PE files? I tried PeLib but it is very basic and you pretty much have to do everything anyways.
As an alternative, there is libbfd (the backend behind GCC and others): Documentation and download
I took a quick look at the overview of PeLib, but it doesn't appear to be worse in accessibility. I don't know what you expect of such a library, but most object format libraries have no clue as to what you expect from them, and thus offer little specific access. In other words: such a library only saves you from parsing the object format.
If you want to do something specific, it helps if we know about it.
Try LIEF https://lief.quarkslab.com
It even has python bindings, etc. It is multiplatform.
精彩评论