Which of the following must be done on a typical Android project to enable reverse engineering
countermeasures provided with the standard Android SDK?
A.
Ensure that a Proguard configuration file exists and add a proguard.config statement to the
project’s property file that references the location of the configuration file.
B.
Enable Bouncer using the Eclipse Bouncer plugin.
C.
Create a dump.txt file that describes the internal structure of the application in question and
point the Dalvik VM startup properties to the file.
D.
Add a custom property to the Android Manifest.
Explanation: