Skip to content

0xKilty/no-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

no-hash

Often malware is identified by its file hash generated by a hash funciton (Ex. md5sum). This project is a proof of concept showing how simple it is to change an executables' hash in replication.

To compile and run the code

g++ no-hash.cc -o no-hash-1 && ./no-hash-1 -r <recursion level>

Note that I don't invoke -Wall or any other flags becuase I purposefully invoke undefined behavior.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages