Skip to content

Reverse engineering, binary bomb, windows RE, challenge, re all the things

License

Notifications You must be signed in to change notification settings

guffre/binary-bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary-bomb

I have run across "Dr. Evil's Binary Bomb" a few times in beginner malware courses.

This project is inspired by that one, I wanted to include some binary bomb source code. I decided to write my own take on it. Originally this was for windows, but I am updating it to work with linux as well.

If you want to compile it yourself from source, make sure to strip the executable!

The compiled executable was compiled with this command: i686-w64-mingw32-gcc.exe -s bomb.c -o bomb.exe

About

Reverse engineering, binary bomb, windows RE, challenge, re all the things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages