binary2strings
binary2strings copied to clipboard
Python module to extract Ascii, Utf8, and Unicode strings from binary data. Lightning fast wrapper around c++ compiled code.
when trying to pip install `flare-floss` in python 3.12 (windows 11) i get the following error ``` PS C:\Users\user> py -m pip install flare-floss Collecting flare-floss Using cached flare_floss-3.0.1-py3-none-any.whl.metadata (5.5...
Test to fix issue #22.
Hi. Just tried to install and failed on both pip route and setup route. Python 3.8.3, Win 10. setup.py install Log from VS2019 Developer Command Prompt attached. This was using...
First of all this is great. A problem I've experimented with and wanted to solve for a while. So thanks a lot for your work. I do notice there are...
There is an issue where occasional strings will be missed. Eg. assume utf8 "abcdef". Sometimes when "abcd.." decodes into a valid wchar sequence at the start it will decode a...