- Notifications
You must be signed in to change notification settings - Fork 0
6. Extract Subfunction Names
Linus Klöckner edited this page Aug 23, 2018
·
3 revisions
Load the subfunction names and store them together with the type (see: Subfunction Types) and the argument.
Needs:Subfunctions definition
RegEx:
(\w\w):function\(.+?\){(.*?)}RegEx (Group 1):
Subfunction names
RegEx (Group 2):
Subfunction definitions
Next: Extract Decipher