Lan and Wan connection solution

Status
Not open for further replies.
Inject the dll forced in the cabalmain.exe using Assembly:
Change the Entry Point
LoadLibrary(new dll)
And then return to the old EP.
This way, it would be never detected as a virus.

Easy.

Or, do it properly and add the DLL to cabalmain's IAT. Then you can just:
  • Jump to empty code from the OEP
  • CALL DWORD PTR DS:[pointer to DLL function]
  • Add the replace asm commands back (ie. push 60, ...)
  • Jump back to OEP + size of JMP command.
 
People would only be considered if they had been very active in the community and had something to offer. Mostly by releasing lots of nice stuff here which helps improve the releases or give us new ones. I think people with a lot of knowledge that help the community could be considered as well, though you would probably have to be in competition with me as "unofficial support bot" ;)
 
Can anyone help me? did not work here
I add what IP of my pc or vmware to me connect ?

//

CabalMain is detecting and not injected

//

Please a tuto of how inject the DLL in CabalMain please ?/
 
Last edited:
Status
Not open for further replies.
Back