Mention native code emulation in PE heuristic

Update comment in db/PE/__GenericHeuristicAnalysis_By_DosX.7.sg to include "native code emulation" among the heuristic analysis techniques and adjust surrounding wording for clarity. This is a documentation/comment-only change clarifying supported analysis methods.
This commit is contained in:
DosX 2026-04-30 16:58:27 +03:00
commit cd2bdaa22e

View file

@ -27,8 +27,8 @@
// │ information, file integrity issues, or even potential │
// │ malicious code using advanced and complex checks. It │
// │ includes pinpoint scanning, intelligent inspections, │
// │ signature-based analysis, thorough file content
// │ evaluation, and much more! >:)
// │ signature-based analysis, native code emulation,
// │ thorough file content evaluation, and much more! >:) │
// │ │
// │ Supported archictures: │
// │ 1. I386 (x86_32) 2. AMD64 (x86_64) │