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

Hooking specific instances of firefox.exe fails #56

Open
kunom opened this issue Jul 15, 2024 · 0 comments
Open

Hooking specific instances of firefox.exe fails #56

kunom opened this issue Jul 15, 2024 · 0 comments

Comments

@kunom
Copy link

kunom commented Jul 15, 2024

I try to hook the main process instance of "firefox.exe". It fails, for unclear reasons, for the second process. Here is my trace log, you can see the command line and the two agent loads. The second one fails:
image

Error 0x8007001 points to ERROR_INVALID_FUNCTION, which I don't understand.

When writing the debug logs to the file, the following is logged:

image

Error 0x80070002 (note the different number to above) indicates ERROR_FILE_NOT_FOUND, which I also don't understand.

Looking at TransportEngine::ConnectAgent and EngErrorCodes.h sort of indicates that CNktDvTransportEngine::CConnection::Initialize fails with that error code.

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

1 participant