Skip to content
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

"Failed to load C:\Program Files\QBDI 0.8.0\lib\QBDI.dll (0)" #176

Open
bluetickwarrior opened this issue May 3, 2021 · 1 comment
Open

Comments

@bluetickwarrior
Copy link

Hello, i'm getting the error when trying to load the QBDI.dll.

The first two lines of my js script before running frida-compile:

const qbdi = require('C:\Program Files\QBDI 0.8.0\frida-qbdi.js');
qbdi.import();

At first i thought it was an issue with permissions so i tried setting all file and folder permissions, and also tried copying the dll to Desktop (and editing frida-qbdi.js accordingly). However i still get the "failed to load" error.

Thanks in advance!

@nsurbay
Copy link
Member

nsurbay commented May 7, 2021

Hello,

Did you check the dependencies of QBDI.dll ? You may need to install the VC++ runtime to have VCRUNTIME140.dll and VCRUNTIME140_1.dll.

Best,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants