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); }
There was an error while loading. Please reload this page.