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
having some issue here with the python script used to compile the DLLs via docker. see image below... not sure as to why its doing this. any help would be greatly appreciated! Thanks
The text was updated successfully, but these errors were encountered:
Hey strangerdanger010, glad to see you found this research and doing some testing yourself.
Regarding the final KeyError, it suggests you have a CSV file generated for msdrm.dll but does not appear in your entrypoints.dll. Admittedly this should probably throw a nicer error, or even skip over it. I'll add that.
For the other more generic 'Could not compile' issues, that does seem odd. I'd recommend you change line 121 (highlighted here) to the following:
In other words, remove the stdout option, so anything outputted by the docker command will be printed to your terminal window. Hopefully that helps in finding out why the command failed.
Hey there Wietze,
having some issue here with the python script used to compile the DLLs via docker. see image below... not sure as to why its doing this. any help would be greatly appreciated! Thanks
The text was updated successfully, but these errors were encountered: