Skip to content

hovertank3d/blurelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blurelf

blurelf applies gaussian blur to selected section (default is .text) of the given ELF file

example:

$ cat > helloworld.c <<EOF
#include <stdio.h>
int main() {
	printf("hello world\n");
}
EOF

$ cc -o helloworld helloworld.c
$ blurelf -o helloworld.blur helloworld
$ ./helloworld.blur
Illegal instruction (core dumped)

lil' visualization of blurelf effect on binaries

before: bin sh

after: bin sh blur

About

Smoothen your executables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published