Cybellum / DoubleAgent

Zero-Day Code Injection and Persistence Technique
Apache License 2.0
1.22k stars 416 forks source link

Failed (error code 13) - DOUBLEAGENT_STATUS_DOUBLEAGENT_VERIFIER_INSTALL_COPYFILEW_FAILED_X86 on fresh compile #10

Closed JABirchall closed 7 years ago

JABirchall commented 7 years ago

I just downloaded the code and compiled a fresh bin to test it out. But I keep getting the error 13 DOUBLEAGENT_STATUS_DOUBLEAGENT_VERIFIER_INSTALL_COPYFILEW_FAILED_X86 even when freshly compiled both x64 and x86 versions.

I made a video to show I followed the 4 easy steps to try the cmd demo: https://www.youtube.com/watch?v=RLrNpo79W5w

MichaelEngstlerCB commented 7 years ago

This error indicates that the install command failed to copy the DoubleAgent DLL to SysWOW64. This probably happens because you already have a previous DoubleAgent DLL in SysWOW64 which is currently in use and therefore is locked and cannot be replaced. I suggest trying to find out who is locking the file and closing the process that causes the lock.

Worst case scenario, restart your machine and manually delete the DoubleAgent DLLs from SysWOW64 and System32.