williamycyh

Results 5 issues of williamycyh

Matcher mat = patSignatureDecFunction.matcher(javascriptFile); in decipherSignature function cannot match anythings. sample url https://www.youtube.com/watch?v=gkAHSL003PA https://www.youtube.com/watch?v=wGfnUwBK5Ow

Recently I found that ciphered url can be parsed to get the video url, but it cannot be downloaded, and an error is reported: HTTP ERROR 403. How to resolve......

Traceback (most recent call last): File "tools/hprof/dump_classes_from_hprof.py", line 1261, in hp = parse_filename(args.hprof) File "tools/hprof/dump_classes_from_hprof.py", line 53, in parse_filename return parse_hprof_dump(open(filename, 'rb')) File "tools/hprof/dump_classes_from_hprof.py", line 45, in parse_hprof_dump hprof_data.resolve() File...