This is the continuation of the previous post. Again I would introduce some other open source tools with I used for my previous projects
- Active DISK EDITOR: This tool will allow you to have a detailed look into the internal structure of the filesystem. This will support different filesystems including the FAT32, EXFAT, NTFS etc. You can perform an internal walkthrough for both the physical disk as well as the software image file. As the tool name suggests, you can edit different file system fields. https://www.disk-editor.org/index.html
- Frhed: This is a light weight binary editor for windows. You can edit different kinds of files including the pcap file, image file etc. This also allows you to even truncate the file as well.http://frhed.sourceforge.net/en/
- Visual Studio Spell Checker: A visual studio plugin, highlight the typos in comments. Useful tool for the visual studio projects. https://marketplace.visualstudio.com/items?itemName=EWoodruff.VisualStudioSpellCheckerVS2017andLater
- Win 32 Disk Imager: I think lot of people are familiar with this tool. Win 32 Disk Imager is used for writing, reading and verifying the image to and from the SD cards. https://sourceforge.net/projects/win32diskimager/
- Whack Whack Terminal: Another visual studio plugin, this will allow you to open different terminals including bash, windows in the visual studio project window. The main advantage of this tool is you can execute CLI commands without switching the Visual Studio Application. https://marketplace.visualstudio.com/items?itemName=dos-cafe.WhackWhackTerminal