Argus-SAF icon indicating copy to clipboard operation
Argus-SAF copied to clipboard

Argus static analysis framework

Results 36 Argus-SAF issues
Sort by recently updated
recently updated
newest added

I plan to let argus-saf support java source code analysis, which will enable us to do general java program, Android source code, spring / structs web framework analysis.

enhancement

Hi, first of all, thank you for providing this great framework. I read you paper that published on CCS and the [tutorial](http://pag.arguslab.org/argus-saf) you have gave,I'm very interested in the iddresult...

I add this line to the build.sbt file: libraryDependencies += "com.github.arguslab" %% "amandroid-core" % "3.1.3" And I get the below error. Can you help me resolve this: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn]...

For the callbacks ```apk.model.getCallbackMethods```is there a way to find the layout widget that calls that method? If there is one ofcourse. ``` public void click(View view){ } ``` or for:...

question

I know this is awkward, but we currently does not have visitor for AST nodes. I like to navigate the tree by field access like fashion... Anyway, visitor is needed...

help wanted

Try is a recommended and explicit way to let programmer remember handle exceptions.

help wanted

This is needed for correctly generate bytecode.

enhancement
help wanted

Current AST node are designed using CaseClassReflector to reflect each child, but it does not have capability to access parent. This limited our access to the tree. May be a...

help wanted

This might have been asked on another issue, but I would like to perform the following task with Amandroid: 1. Given a URL (either in variable, or directly used as...

question

Argus-SAF currently using self designed logging method. We should switch to more robust logging framework.

help wanted