Refactored several binary detection scripts for consistency, improved code style, and reduced redundancy. Changes include switch statement simplifications, improved variable naming, removal of unnecessary code, and minor bug fixes. Some detection rules now use more concise or accurate format names, and verbose output handling is more consistent.
Simplified and condensed the version detection switch statements for Python compiled modules, improved magic value handling, and added a more robust file signature check. Also updated verbose output and increased the minimum binary size check for detection.