ERROR: floss: cannot deobfuscate strings from files larger than 0x1000000 bytes
Closed this issue · 2 comments
Hamster4u commented
INFO: floss: extracting static strings
ERROR: floss: cannot deobfuscate strings from files larger than 0x1000000 bytes
Hamster4u commented
fixed with: floss.exe --large-file (here ur file .exe) > dump1.txt
williballenthin commented
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!