开发者

How to extract all dependencies from a Windows file in Python or grep

开发者 https://www.devze.com 2023-01-04 04:51 出处:网络
How do I extract all the dependencies from a Windows file in Python? So I basically want to extract all the used exe,d开发者_C百科ll,osx,sys etc. files.

How do I extract all the dependencies from a Windows file in Python? So I basically want to extract all the used exe,d开发者_C百科ll,osx,sys etc. files.

I would like to to this in Python or directly with grep.


Pefile can help you parse PE executables. You can find some usage examples on the project's page.

0

精彩评论

暂无评论...
验证码 换一张
取 消