-
Notifications
You must be signed in to change notification settings - Fork 35
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
java.lang.RuntimeException occured during SignTest #19
Comments
My error is similar to #14 (comment).
getControlFlowGraph In "DefaultJimpleRepresentation.java", |
This is a standard problem with native Java methods, as documented in the README. Basically, the method If you want to analyze programs that depend on native methods, you can extend the |
Hi guys
I'm trying to perform SignTest in open source projects and it goes to java.lang.RuntimeException.
Error occurred in the middle stage of SignTest.
My java command
While SignTest, exception occurred after this stages,
Following is stack traces of the bug.
But when I perform SignTest with the same commands and .jar in simple code like foo(within 100 lines of code), SignTest performed well.
So I guess my error is related to too large space of Interprocedural relations in code.
Can someone give me some advice?
Thanks
The text was updated successfully, but these errors were encountered: