mandiant/flare-floss

ERROR: floss: cannot deobfuscate strings from files larger than 0x1000000 bytes

Closed this issue · 2 comments

INFO: floss: extracting static strings
ERROR: floss: cannot deobfuscate strings from files larger than 0x1000000 bytes

fixed with: floss.exe --large-file (here ur file .exe) > dump1.txt

as you've found @Hamster4u we require a special flag to analyze large files because it can be pretty slow, and want to keep you from making a mistake. thanks for documenting the fix here!