fkie-cad / dewolf

A research decompiler implemented as a Binary Ninja plugin.
GNU Lesser General Public License v2.1
162 stars 9 forks source link

Force Utf-8 encoding throughout code #373

Closed rihi closed 6 months ago

rihi commented 7 months ago

Currently a lot of used file/string apis throughout the codebase don't explicitly specify a character encoding. This means that the default platform encoding is used instead, which can (does) differ between platforms like windows and linux. On windows for example, code with phi functions can't be exported as .dot files, because the unicode representing them does not exist in the default encoding.

rihi commented 6 months ago

/cib

github-actions[bot] commented 6 months ago

Branch issue-373-Force_Utf-8_encoding_throughout_code created!