-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing DLL not found #4
Comments
Hi @G0ne, this is strange. Can you please post the output without the |
Hello! this is the output: C:\Users\maldev\Desktop\dev\tools\deprun-x86_64-pc-windows-msvc>deprun.exe -v -c -p C:\Users\maldev\Documents\RemoteControl\abc.exe abc.exe => C:\Users\maldev\Documents\RemoteControl Checking symbols... No missing libraries detected |
It appears that you indeed have the DLL on the path, in particular in the System folder: I can think of the following possibilities for the error you are seeing:
The last possibility would be that the System folder is not searched while loading the DLLs for that executable. This should be close to impossible. Maybe the executable has a bad manifest, or is being launched by explicitly disabling the default DLL search paths? |
Can't find the missing .dll of a 64 windows binary
tool output:
![image](https://private-user-images.githubusercontent.com/87523421/275835455-3c9f041f-e99e-4245-b107-48d55a02ec39.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTI3MzksIm5iZiI6MTczOTE5MjQzOSwicGF0aCI6Ii84NzUyMzQyMS8yNzU4MzU0NTUtM2M5ZjA0MWYtZTk5ZS00MjQ1LWIxMDctNDhkNTVhMDJlYzM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEzMDAzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ3YjE0MzVkMzI0ZGFjNjdkZDdiYWQwZmMyYTczOTRkMWM5ZTczZTYyNDY4OWIxNjg2NzA5MmM5OGRjMzNiMTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JA10Dz_lLkUX66CpLJXUYTqCiRMBDT4BBIlhKiQEyfE)
when i try to run the .exe used as a test:
![image](https://private-user-images.githubusercontent.com/87523421/275835554-97bca8bc-a6f5-469a-a697-0e95c55a6862.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTI3MzksIm5iZiI6MTczOTE5MjQzOSwicGF0aCI6Ii84NzUyMzQyMS8yNzU4MzU1NTQtOTdiY2E4YmMtYTZmNS00NjlhLWE2OTctMGU5NWM1NWE2ODYyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEzMDAzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMyY2NhOTUyZTI2NmQ0NDIwMjI3YzcwNTA0M2VkOTliMzRlNDZkYWY2MmNlY2NkNzBkNDZkM2M3YjJmZDlmYTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6tSG8pHStO5NBgG4G33xPY8ToEkakravo3Eb9B-YfDc)
The text was updated successfully, but these errors were encountered: