Is there a way to track all JavaScript events in the browser? Such as, identifying the functions that have been executed and the parameters that have been passed in each JS file?
I'm dealing with some obfuscated code and I'm looking to determine which functions are triggered when a specific action is performed.
Any suggestions or solutions would be greatly appreciated!