Tserith / Parasite

Compact MBR Bootkit for Windows
44 stars 14 forks source link

What should I do if the driver file is larger than filecrypt.sys? #7

Open badboycxcc opened 1 month ago

badboycxcc commented 1 month ago

I added relevant code in entry.cpp and wrote files, which caused the sys file to be very large. Is there any solution?

Tserith commented 1 month ago

This project is a PoC and will not support larger drivers. Make sure you are compiling the driver as MinSizeRel to reduce its size.