Cymothoa is a backdooring tool, that inject backdoor's shellcode directly into running applications. Stealth and lightweight...
Features
- Runtime backdoor inject
- Covert processes
License
GNU General Public License version 2.0 (GPLv2)Follow cymothoa
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Could you tell me why the new INST_POINTER is ptr + 2 instead of ptr? <snip> 203 ptr = search_lib_region(pid, args.lib_name, MEM_EXEC); 204 205 printf("[+] injecting code into 0x%.8x\n", ptr); 206 207 reg.INST_POINTER = ptr + 2; <---- Curious 208 printf("[+] copy general purpose registers\n"); </snip> Looking forward to your reply!