mandiant/flare-fakenet-ng

Use chardet to detect encoding

Open

#181 建立於 2024年4月12日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (1,626 star) (359 fork)batch import
enhancementgood first issue

描述

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

貢獻者指南