BiTLab-BaggiliTruthLab / RAPID

MIT License
7 stars 4 forks source link

How to use RAPID???? #1

Open dinasaif opened 8 years ago

dinasaif commented 8 years ago

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

xiaoluzhang1985 commented 8 years ago
  1. Please import Rapid0.2.jar to your own project as well as sample.java. Sample.java contains a main function.
  2. 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.