Hi! I think there is a destructive code in my website's source code. how can I analyze it? Is there any tools?
Try using Google Chrome's Inspect tool (click right mouse button from bottom menu) when you click right mouse button anywhere in your website.
How you found there is a destructive code on your website? If you did it with any tool then you have the source code (error code) or the path to the original source code (also the line where your code is wrong).
Control U opens the source code for you where you can examine it or cut and paste it into a text editor for further examination or processing.