Version 1.0
- Quickly zips up VS projects without the unnecessary bloat files
- Adds Right Click Context Menu to Folders to Zip up Projects
- You can also Drag & Drop your VS project onto the .exe
Posting Visual Studio projects on forums in zips makes helping people 100% faster/easier than them pasting their code into the post.
VS projects have lots of bloat and newbies don't understand what files we need so forums get bloated with worthless 100mb attachments.
I wanted to do something with std::filesystem and encourage people to post entire projects that are easy to debug.
Run the exe, you have 3 basic options:
- Install it, including the context menu handler
- Uninstall it
- Zip the folder
You can use the right click menu or you can drag and drop your solution folder onto the .exe
It uses a blacklist of bad folder names and extensions similar to .gitignore. It copies the good files to a temp folder. Then it uses Powershell to zip the folder.
- Visual C++ Redistributables
- Powershell
More info & release build @ https://guidedhacking.com/resources/solzipper-easily-zip-visual-studio-projects-for-uploading.21/
- Replace powershell with actual zipping lib
- Remove ghetto exclusion filter method
- Fix exclusion false positives
Developed version 1.0
- The Game Hacking Bible - a massive 70 chapter Game Hacking Course
- Computer Science 420 - an eight chapter lecture on CS, Data Types & Assembly
- Binary Exploit Development - a 9 chapter series on exploit dev from a certified OSED
- Game Hacking Shenanigans - a twenty lesson Cheat Engine hacking course
- Python Game Hacking Course - 7 chapter external & internal python hack lesson
- Python App Reverse Engineering - Learn to reverse python apps in 5 lessons
- Web Browser Game Hacking - Hack javascript games with this 4 chapter course
- Roblox Exploiting Course - 7 Premium Lessons on Hacking Roblox
- Java Reverse Engineering Course - 5 chapter beginner guide
- Java Game Hacking Course - 6 Chapter Beginner Guide