A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #10955  by p4r4n0id
 Wed Jan 11, 2012 10:25 am
SynJector code integration engine gives the ability to add any code to a closed source binary while keeping it fully functional,the ability to modify any part of a binary automatically, The ability to redirect any code portion to a totally new location without breaking the binary execution.
SynJector code integration is a unique technique to embed the injected code inside the binary code itself, so it becomes a fully functional part from its code, that in turn makes it fully undetectable by any AV.
As SynJector aim is to provide a framework that gives the ability to inject any code at any location of the binary, the only limitation for its use is the imagination of the user
A video Demo below shows the limitless possibilities of Synjector as a Code integration engine while having one of the most trusted Anti-viruses software installed and fully updated.
**Note: No AV vendors were harmed during this video demo, AV Softwares just didn't detect nothing.

http://www.synapse-labs.com/EN/Code-Integration-Engine

p4r4n0id
 #10960  by DeepBlueSea
 Wed Jan 11, 2012 2:34 pm
Well. Isn't this just a hardcoded detour? Place a JMP at provided address, extend code section, copy in shellcode, push all registers before, execute shellcode, execute overwritten instructions, pop all registers, return with jmp.