Recently engaged in a crawler project, which involves the acquisition of Web site verification code problems, from the Internet to find an example, automatically get verification code of the gadget, In the use of a Sunday.dll dynamic link library, I want to see what he has in the method, suffering from not know how to see, colleagues recommend the use of depends tools, you can view the method.
Figure 1.1 depends tool run interface diagram
1. The left tree view shows a list of all other DLLs called by the DLL.
2. The right-hand list section shows the interface functions provided by the DLL that is viewed. Where the ordinal column represents the ordinal or the name of the function in the DLL, the hint column represents the ordinal value of the interface function inside the DLL, the function column represents the functions name, and the Entry point column represents the function entry points.
The list view at the bottom shows the information for the called DLL module.
3. In the left tree view, select the appropriate DLL, and in the list section on the right, a list of corresponding interface functions is displayed.
Note: If you want to use the DLL tool, you can call the DLL with JNI, and then write a small program in Java to invoke JNI.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
View DLL Method tools depends