pedeps
pedeps copied to clipboard
Cross-platform C library to read data from PE/PE+ files (the format of Windows .exe and .dll files)
See my post here in Code::Blocks forum: [Re: build bot in the github, I see one nice project](https://forums.codeblocks.org/index.php/topic,25856.msg176138.html#msg176138) The final goal is to use this tool to create a standalone...
> It seems `listpedeps` can't handle dependencies of a dependency properly. `ldd` can list every dynamic libraries required for the program to run. I don't care about if it actually...
Hi, when I run the command: ~~~ F:\code\codeblocks64-abc\lib\codeblocks\plugins>..\..\..\bin\copypedeps.exe -r -d -v libhelp_plugin.dll ..\..\..\bin ~~~ I got the result like below: ~~~ libhelp_plugin.dll -> ..\..\..\bin\libhelp_plugin.dll ~~~ This means `libhelp_plugin.dll` will be...