mandiant/flare-fakenet-ng

Use chardet to detect encoding

Open

#181 ouverte le 12 avr. 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Python (359 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (1 626 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

This issue is related to the latest HTML report feature. Currently, some of the NBI strings are represented as bytes string literals with a ‘b’ prefix in the HTML report (see screenshot). One solution could be to use chardet to detect encoding and then use the decoded strings in the report.

Screenshot 2024-04-12 at 12 43 14 PM

Guide contributeur