Skip to content

8. Apply Decipher

Linus Klöckner edited this page Aug 23, 2018 · 1 revision

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);
}