Hi
I want to know how can I use RAPID in static analysis to get all api in APK and also you said in your paper "and can support dynamic analysis by finding critical offsets." How can I make dynamic analysis with it .
Please answer me in details .
can I add RAPID as external library in eclipse ??Then write code for extract features from apk files (api and actions)
please send me this code please
Thank you very much
Please import Rapid0.2.jar to your own project as well as sample.java. Sample.java contains a main function.
Because rapid is able to return a offset of the information extracted. You can use the offset as a break point while you are using dynamic analysis tools. Rapid itself dose not support any functionality for dynamic analysis.
Hi I want to know how can I use RAPID in static analysis to get all api in APK and also you said in your paper "and can support dynamic analysis by finding critical offsets." How can I make dynamic analysis with it . Please answer me in details . can I add RAPID as external library in eclipse ??Then write code for extract features from apk files (api and actions) please send me this code please Thank you very much