简体   繁体   English

从第三方网站逆向工程JavaScript

[英]Reverse engineering JavaScript from third party website

I am looking for a tool, extension or other utility that would help me reverse engineer a JavaScript/jQuery sequence of event on a third party website. 我正在寻找一个工具,扩展或其他实用程序,可以帮助我在第三方网站上反向设计JavaScript / jQuery事件序列。 I am trying to achieve something similar on my website, and I want to understand how this was made in the first place, to be able to understand the sequence itself. 我试图在我的网站上实现类似的东西,我想首先理解这是如何制作的,以便能够理解序列本身。

Any thoughts? 有什么想法吗?

Thanks! 谢谢!

You could use the debugging function of the developer tools. 您可以使用开发人员工具的调试功能。 Eg Firebug. 例如Firebug。 You set the breaking point at the lines you are interested in and then you can step through the Javascript code. 您可以在您感兴趣的行处设置断点,然后您可以单步执行Javascript代码。

If by reverse engineer you mean "see how it works". 如果通过逆向工程师,你的意思是“看它是如何工作的”。 The best option would be to use Firebug directly against the site in question. 最好的选择是直接对相关网站使用Firebug。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM