| Pitfall | Solution | |---------|----------| | Forgetting to set endianness | Use --big-endian or --little-endian explicitly when parsing unknown binaries. | | Overwriting original files | Always use --output flag. The tool never overwrites inputs unless forced with --force . | | Script timeouts | Increase timeout with --script-timeout 300 (seconds). Complex disassembly may take minutes. | | Missing external tool paths | Run mstarbintoolmaster config --list-tools to see which dependencies are not found. |