You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: