e.g. $ ./rtmpdump --swfhash "123456..." --swfsize 987...
+Note: all of this is now done automatically if you provide the SWF URL using
+the -W (--swfVfy) option instead of the -s (--swfUrl) option. Also, the hash info
+is cached in ~/.swfinfo so it doesn't need to be recalculated all the time.
+
Building OpenSSL 0.9.8k
-----------------------
arm:
break;
}
case 'W':
+ STR2AVAL(swfUrl, optarg);
if (SWFVerify(optarg, &swfSize, hash) == 0)
{
swfHash.av_val = (char *)hash;
case 'W':
{
unsigned char hash[HASHLEN];
+
+ STR2AVAL(req->swfUrl, arg);
if (SWFVerify(arg, &req->swfSize, hash) == 0)
{
req->swfHash.av_val = malloc(HASHLEN);