| Name: | {{outcome.fileInfo.name}} {% if current_user.is_authenticated %} (Download) {% endif %} |
| Size: | {{outcome.fileInfo.size|prettynumber}} bytes |
| Type: | {{outcome.fileInfo.ident}} |
| MD5: | {{outcome.fileInfo.hash|hex}} |
| Scanner Name: | {{outcome.scanInfo.scannerName}} {% if outcome.isDetected and not outcome.isOutflanked %} {% endif %} |
| Appraisal: | {{outcome.appraisal.value}} based |
| Scan Debug: | {% if outcome.isDetected %} Duration: {{outcome.scanInfo.scanDuration}}s / Chunks: {{outcome.scanInfo.chunksTested}} / Matches: {{outcome.scanInfo.matchesAdded}} {% endif %} |
| Scan date: | {{outcome.scanInfo.scanTime|mydate}} |
| # | Iteration | Offset | Size | Section | Detail | SectionType | Conclusion |
|---|---|---|---|---|---|---|---|
| {{match.idx}} | {{match.iteration}} | {{match.fileOffset}} | {{match.size}} | {{match.sectionInfo}} | {{match.sectionDetail}} | {{match.sectionType.name}} | {% with index = loop.index0 %} {% include 'includes/file_conclusion.html' %} {% endwith %}
| Name | Info | Offset | VirtAddr | Size | Scan | Detected |
|---|---|---|---|---|---|---|
| {{section.name}} | {% if section.name in sectionInfo %} {{sectionInfo[section.name]["info"]}} {% endif %} | {{section.physaddr}} | {{section.virtaddr}} | {{section.size}} | {{section.scan|nicebool}} | {{section.detected|nicebool}} |
| Name | Offset | VirtAddr | Size | Scan | Detected |
|---|---|---|---|---|---|
| {{section.name}} | {{section.physaddr}} | {{section.virtaddr}} | {{section.size}} | {{section.scan|nicebool}} | {{section.detected|nicebool}} |
| Match ID | Offset | Info | Patch | Considereations |
|---|---|---|---|---|
| {{patch.matchIdx}} | {{patch.offset}} | {{patch.info}} |
{{patch.asmOne.offset|hexint}}: {{patch.asmOne.disasm}}
{{patch.asmTwo.offset|hexint}}: {{patch.asmTwo.disasm}}
|
{{patch.considerations}} |