Skip to content

ulexec/SBTG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBTG

A Metamorphic Encoder Engine for ELF32 binaries

Encapsulates a given binary in a series of arbitrary XOR and RC4 layers all using different keys. Each build will contain different instructions with the same semantic meaning as to implement the aforementioned schemes. The payload has also polymorphic attributes, as the same schemes to decrypt the embedded blob are also used for decrypting some portions of the code. There is potential to make the implemented anti-forensic capabilities of this project stronger by integrating some sort of anti-debugging layer randomly placed in between some of the decryption layers, but as the title states is just a PoC :)

About

PoC Metamorphic Encoder engine for ELF32 files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages