question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to install/use FLOSS (FLARE Obfuscated String Solver) in Ubuntu?

See original GitHub issue

Hi,

Need help to install and use FLOSS (FLARE Obfuscated String Solver) in ubuntu.

Instructions are provided in the following github page but I still don’t know how to install it properly.

https://github.com/mandiant/flare-floss https://github.com/mandiant/flare-floss/releases https://github.com/mandiant/flare-floss/releases

I just tried pip install floss and it seems to have installed but command line doesn’t seem to work.

hello@ubuntu: ~
$ pip install floss
Defaulting to user installation because normal site-packages is not writeable
Collecting floss
  Using cached floss-0.0.1-py3-none-any.whl
Installing collected packages: floss
Successfully installed floss-0.0.1
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.

What is the exact command line that I need to use in ubuntu to install or just use floss?

Also how can I verify floss is working properly once it’s installed?

I’m new to floss and have not much experience with linux and github. I need step by step instructions on how to install and use floss.

Thanks in advance. JL

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
Jlclabcommented, Dec 4, 2021
./floss /path/to/file.exe

Finally got it working, this is what I needed step by step instructions. Initially before start of this article, I download/unzipped standalone file in to a different path and was trying to execute floss that’s why wasn’t able to execute the file but just figured it needs to be on the same folder/path and it works fine. Thanks!!

0reactions
williballenthincommented, Dec 3, 2021
wget https://github.com/mandiant/flare-floss/releases/download/v1.7.0/floss-v1.7.0-linux.zip
unzip floss-v1.7.0-linux.zip
./floss /path/to/file.exe

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install FLOSS (FLARE Obfuscated String Solver) from ...
Below are the steps: https://github.com/mandiant/flare-floss/blob/master/doc/installation.md. how you want to run? standalone or with python ...
Read more >
flare-floss - PyPI
The FLARE Obfuscated String Solver (FLOSS, formerly FireEye Labs Obfuscated String Solver) uses advanced static analysis techniques to automatically ...
Read more >
FLOSS – FireEye Labs Obfuscated String Solver (Seguridad)
The FireEye Labs Obfuscated String Solver (FLOSS) uses advanced static analysis techniques to automatically deobfuscate strings from malware binaries.
Read more >
FLOSS Version 2.0 - Mandiant
The FLARE Obfuscated String Solver (FLOSS) has been supporting analysts to extract hidden strings from malware samples for many years now.
Read more >
flare-floss - bytemeta
How to install/use FLOSS (FLARE Obfuscated String Solver) in Ubuntu? · Unable to detect two layers of obfuscation & Vivisect Error · `--color`...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found