8. Apply Decipher - Linux13524/YoutubeDecipher GitHub Wiki
Take the ciphered signature and apply the stored subfunction calls with its arguments to the signature.
Needs: ciphered signature + list of subfunction calls
foreach((function, argument) in subfunction_calls){
function(signature, argument);
}