flare-floss
flare-floss copied to clipboard
FLARE Obfuscated String Solver - Automatically extract obfuscated strings from malware.
Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.8.0 to 2.9.1. Changelog Sourced from pycodestyle's changelog. 2.9.1 (2022-08-03) Changes: E275: fix false positive for yield expressions. 2.9.0 (2022-07-30) Changes: E221, E222, E223, E224: add support...
Potential fix for #560, hope i haven't overlooked any hardcoded `sigs` paths. - Moved `sigs` to `floss` directory - Addes MANIFEST.in file to include README, LICENSE and sigs
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.2 to 5.3. Release notes Sourced from pyinstaller's releases. v5.3 Please see the v5.3 section of the changelog for a list of the changes since v5.2. Changelog...
Basic install with pip and I get the following error: ``` OSError: signatures path .../envs/py37/lib/python3.7/site-packages/floss/../sigs does not exist or cannot be accessed ``` See same issue in capa at https://github.com/mandiant/capa/issues/682
Please update file idaplugin.py in scripts folder. 1. Add tigh strings scanning 2. Add the open json result file from floss.exe, add comments 3. Test with sample: B09D51E272E25E3EDC9FE7F76F5FE024 Error: ```...
I wrote a Python script to automate the analysis of sample but since the upgrade to the latest floss PIP module, my script does not work anymore!? Who can share...
IDA handled via #559
https://twitter.com/kienbigmummy/status/1539519016003588096
use logic from existing open source projects to parse the string table from programs compiled by the Go compiler. "do what i mean"