Skip to content

4. Load Subfunction Namespace Name

Linus Klöckner edited this page Aug 23, 2018 · 3 revisions

The decipher function uses some primitive subfunctions to change the signature.
All subfunctions are in the same namespace.

Input: Decipher function definition
Output: Namespace name

RegEx:

(..)\.(..)\(.,(\d)+\)

RegEx Match:
Every match will be a subfunction call with its arguments:

namespace.subfunction(..., argument)
RegEx Match (Group 1):
Namespace name

Next: Load Subfunction Definition

Clone this wiki locally