Answer the question
In order to leave comments, you need to log in
Is it possible to track the creation/access to variables?
Good day !
I would like to try to understand approximately what data the js script collects from the browser, but it is minified or obfuscated, or all at once =/
Unfortunately, these changes cannot be played back due to the strong coherence of the code.
As I see it approximately, for example, something like this, an example for functions:
function hookAlert(){
var oldAlert = alert;
alert = (msg) => {
console.log("alert used");
oldAlert(msg);
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question