moval0x1 / NoDelete

NoDelete is a tool that assists in malware analysis by locking a folder where malware drops files before deleting them.
MIT License
28 stars 3 forks source link

NoDelete

NoDelete is a tool that assists in malware analysis by locking a folder where malware drops files before deleting them.

Note

This project is being created mainly for my personal studies of Qt and C++. As soon as I learn new things, I will improve it all.

If you have any suggestions, feel free to contact me.

Let's work!

NoDelete-Done

After using NoDelete, all the files inside a folder cannot be deleted. It allows you to Lock a specific folder used by malware to drop files, and you will be sure that the files will not be deleted after a while. This allows you to investigate each one of them.