Skip to content

bat-serjo/tintirimintiri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • Download dietlibc https://www.fefe.de/dietlibc/
  • Build dietlibc without stack protection
    • you can do this by modifying the Makefile like this
      EXTRACFLAGS=-ffunction-sections -fdata-sections -fno-stack-protector
  • Change DIET_LIBC_PATH in main.py to reflect your dietlibc folder.
  • Make sure you have some gcc version installed

You can now obfuscate most x86-64 binaries by running
./main.py [binary]
the output will be stored as [binary_MODED]

About

Linux ELF binary obfuscator, x86_64 only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published