# Extract Stack-Built Strings > Decode strings assembled byte-by-byte on the stack **Tools:** [[tools/strdeob-pl|strdeob-pl]], [[tools/floss|floss]] **FOR610 Lab:** 5.2 ## Commands ```bash # Automatic stack string recovery strdeob.pl # FLOSS automatic deobfuscation (static + stack + decoded) floss # FLOSS skip static strings, only show decoded floss --no-static -- ``` #recipe #strdeob-pl #floss