stringsifter icon indicating copy to clipboard operation
stringsifter copied to clipboard

A machine learning tool that ranks strings based on their relevance for malware analysis.

Results 14 stringsifter issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

- system ubuntu-20.04 + stringsifter-2.20201202 - issue rank_strings meets LGBMNotFittedError when lightgbm >= 3.3.1, last work version: lightgbm == 3.3.0 ```shell test@test:/dist# flarestrings -n 8 ./main | rank_strings -l 5...

Any chance of updating this for Python 3.10 support? The models are not compatible with scitkit-learn 1.0.2 (which is compatible with Python 3.10). Can the models be reserialized with the...

macOS 10.14.6 python 3.7.6 brew in a directory with spaces https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/ `flarestrings file.exe` `-bash: bad interpreter: No such file or directory`

macOS 10.14.6 python 3.7.6 homebrew - https://github.com/fireeye/stringsifter#running-from-the-command-line ```python-traceback Traceback (most recent call last): File "/usr/local/bin/rank_strings", line 8, in sys.exit(argmain()) File "/usr/local/lib/python3.7/site-packages/stringsifter/rank_strings.py", line 138, in argmain args.scores, args.batch) File "/usr/local/lib/python3.7/site-packages/stringsifter/rank_strings.py", line...

Most functions currently do not return a type hint. By using this language feature it is easier for developers and intelligent code editors to analyze the code.

documentation

Hi, Is there a possibility to make available the data used for training as well as the notebooks? That way we can generate different model versions, twinkle a little and...

enhancement

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

macOS install can trip up on lightgbm install section. Folks failing to install should try the following in this order: ```bash pip3 install Cmake #requires brew brew install libomp pip3...

For finding the malicious strings in a binary, I have used StringSifter. When I presented the sample scores StringSifter gave, my supervisor questioned the StringSifter maximum string score possible. Though...