Hi. I am doing research on how to write a program which will analyze the actions of a set of JavaScript and PHP code.
For example:
If the set of code is "document.write("Hello World");", then my program must be able to tell that the code is trying to write a "Hello World" string to the browser.
The program must be able to analyze what script has done, not only its visible output.
I have no idea on how to start. Could someone please advise me?
Thank you.


Reply With Quote


Bookmarks