Open kunom opened 4 months ago
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:
Error 0x8007001 points to ERROR_INVALID_FUNCTION, which I don't understand.
0x8007001
ERROR_INVALID_FUNCTION
When writing the debug logs to the file, the following is logged:
Error 0x80070002 (note the different number to above) indicates ERROR_FILE_NOT_FOUND, which I also don't understand.
0x80070002
ERROR_FILE_NOT_FOUND
Looking at TransportEngine::ConnectAgent and EngErrorCodes.h sort of indicates that CNktDvTransportEngine::CConnection::Initialize fails with that error code.
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:
Error
0x8007001
points toERROR_INVALID_FUNCTION
, which I don't understand.When writing the debug logs to the file, the following is logged:
Error
0x80070002
(note the different number to above) indicatesERROR_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.