Fengguo Wei
Fengguo Wei
There are three test apps in such category, each of them have problems. Echoer: no description at all. (should be 1 leakage path) SendSMS: no description at all. (should be...
After few test, it still have infinite loop for few apks, I need to do more test to figure out the issue.
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.
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...
Try is a recommended and explicit way to let programmer remember handle exceptions.
This is needed for correctly generate bytecode.
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...
Argus-SAF currently using self designed logging method. We should switch to more robust logging framework.
We want to handle .class file to make Argus-SAF more powerful. Handle java bytecode could allow us to find problems in compiled java program or third party library dependencies.