Skip to content

Instantly share code, notes, and snippets.

@djcsdy
Forked from Draknek/debug-swf.sh
Created June 13, 2012 00:25
Show Gist options
  • Save djcsdy/2920986 to your computer and use it in GitHub Desktop.
Save djcsdy/2920986 to your computer and use it in GitHub Desktop.
Launches a SWF in an fdb session so you can see traces and uncaught exceptions
#!/bin/sh
SWF="$1"
( echo continue; cat ) | fdb "$SWF"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment