This commit corrects missing semicolons, simplifies conditional logic, and removes redundant or unreachable code in several PE signature detection scripts. These changes improve code consistency and maintainability across CodeCrypt, CoffeeCup_SFX, DNGuard, Eazfuscator, Instalit, Windows_Installer, and Zip_SFX signature files.
Replaced direct usage of PE.nEP with PE.getEntryPointOffset() across multiple PE detection scripts for consistency and improved encapsulation. Also made minor code cleanups and updated author comments in some files.
Improved detection logic and code style in several PE database scripts. Added or updated metadata comments and language tags, fixed section name checks, and refactored switch/case statements for clarity. Also updated product names and URLs for better identification.