MethodPointerView for .net2.0,查看.net中Method的本地地址,有什么用呢?在OD中下断点啊!举个小例子,以MessageBox 为例,System.Windows.Forms.MessageBox中有很多Show()方法,但只有两个ShowCore()。你可以根据实际的情况在Show上下断,也可以在两个ShowCore上下断。
(What's the use of methodpointerview for. NET2.0 to view the local address of the method in. Net? Break point in OD!
For example, take the message box, System.Windows.Forms There are many show() methods in. Message box, but there are only two showcore(). According to the actual situation, you can break up and down in show, or you can break up and down in two show cores.)