mandiant/flare-fakenet-ng

Use chardet to detect encoding

Open

#181 aberto em 12 de abr. de 2024

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (359 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (1.626 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador