Skip to content

3. Load Decipher Function Definition

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

Find the decipher function in the JavaScript file

Needs: Decipher JavaScript file + function name
Gives: Function definition

RegEx:

function-name=function\(.+?\)\{(.+?)\}

RegEx Match (Group 1):
Function definition


Next: Load Subfunction Namespace Name