pe_to_shellcode icon indicating copy to clipboard operation
pe_to_shellcode copied to clipboard

How to execute an executable that required dll librairies?

Open ghost opened this issue 5 years ago • 0 comments

Hi,

I found a way to manage my last problem, but I have a problem now with my main exe, that required libcurl.dll to run.

Your code works perfectly when there is a single executable, but cannot work with a, exe that need to use dll files.

I see that your code call peconv::load_file() and peconv::load_pe_executable() for the main exe, is it something I need to do with every dll files the main exe required?

BR

ghost avatar Dec 14 '20 16:12 ghost