Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

method_call 缺少7,9信息 #33

Open
YichenLi00 opened this issue Jul 21, 2023 · 2 comments
Open

method_call 缺少7,9信息 #33

YichenLi00 opened this issue Jul 21, 2023 · 2 comments

Comments

@YichenLi00
Copy link


2 org.apache.tools.ant.AntClassLoader$ResourceEnumeration:(org.apache.tools.ant.AntClassLoader,java.lang.String) (SPE)org.apache.tools.ant.AntClassLoader$ResourceEnumeration:findNextResource() 142 t void 1 1
缺少7 方法实际的返回类型

3 org.apache.tools.ant.AntClassLoader$ResourceEnumeration:nextElement() (SPE)java.util.NoSuchElementException:() 164 v void 1 -
缺少7 方法世纪的返回类型,而9被调用方,Jar包序号则显示为-

@Adrninistrator
Copy link
Owner

7 方法实际的返回类型,只有在方法实际的返回类型和方法原始的返回类型不一样时,才会有这个字段
9 被调用方,Jar包序号,因为上面的java.util.NoSuchElementException在JDK的jar包里,分析时没有指定对应的jar包,无法获取到对应的序号

@YichenLi00
Copy link
Author

学习到了,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants