canliture

Results 11 issues of canliture

fixed #1647 fixed #1696 In method soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder#addType, it calls Scene#getTypeUnsafe(String), but the argument passed into the method Scene#getTypeUnsafe(String) may be quoted, just like: "sun.reflect.'annotation'.AnnotationType" "java.lang.'annotation'.Annotation" Scene#getTypeUnsafe(String) will return null if...

**Describe the bug** When I use the class `org.eclipse.php.core.ast.nodes.ASTParser` to parse the PHP source code into an AST Program, and use `org.eclipse.php.core.ast.visitor.AbstractVisitor` to traverse the Program AST, I found all...

enhancement

刚学了些jsp/servlet,想在github上找源码看看,恰好找到你的这个项目。 大概两天时间,项目一直报错。 起初是我对c3p0与数据库之间的一些配置有问题,后来通过网上查找资料解决了问题。 起码首页能进去了。 后来的问题一直不能解决。一直是空指针异常。 at blog.daoImpl.ArticleDaoImpl.getColumAndCount(ArticleDaoImpl.java:107) at blog.service.ArticleService.getSortAndCount(ArticleService.java:143) at blog.servlet.LoginServlet.doGet(LoginServlet.java:34) at blog.filter.VisitFilter.doFilter(VisitFilter.java:68) at blog.filter.CodeFilter.doFilter(CodeFilter.java:41) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 请问能发邮箱,或者其它方式,跟你深入探讨一下吗?

I am using FlowDroid to analysis some classes and jars. And crashed with the exception `java.lang.ClassCastException`. The exception has no any infomation, as the following screenshot shows, all the fields...

添加一些书籍清单: - Principles of Program Analysis中文版:《程序分析原理》 - 北京邮电大学:《源代码分析》

According to the logic of the program, we shoud search the "Class File" by the order: 1. bootClasspath 2. extClasspath 3. userClasspath

添加分类,添加书籍两个功能。我提交表单后,right.jsp界面右边都是乱码啊。 上传图片也报错的呢。 C:\Users\(*用户名*)\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\bookstore\images\a5e7855c-a5a6-4502-b993-5a4c691f7fa3.jpg (The system cannot find the path specified)

in the following code: https://github.com/SVF-tools/SVF/blob/3f20e9755496e5383350f6bbae7326f4d4bd9ecb/svf/lib/SABER/SaberCondAllocator.cpp#L86 I can't understand how to allocate path condition for each bb. How to understand log function ? https://github.com/SVF-tools/SVF/blob/3f20e9755496e5383350f6bbae7326f4d4bd9ecb/svf/lib/SABER/SaberCondAllocator.cpp#L96 How to understand if condition "tool &...

Could someone give me an example to show the importance or useness of varKills? Thanks! https://github.com/SVF-tools/SVF/blob/6620a5f003f448442fd785bab9d71edc82bdd731/svf/lib/MSSA/MemSSA.cpp#L126-L137