Skip to content

Automatic Input Generation System for Android Apps

Notifications You must be signed in to change notification settings

dynodroid/dynodroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynodroid

Automatic Input Generation System for Android Apps

Setup

  1. Clone the repository:
git clone git@github.com:dynodroid/dynodroid.git <local_repo_path>
  1. Download the sdcard image from the google drive link: https://drive.google.com/file/d/1b60pSjRiI-uGBNQZmrVLFmHlszob4oxK/view?usp=sharing
  2. Copy the downloaded sdcard image into setup location:
cp <path_to_the_downloaded_file> <local_repo_path>/dynodroidsetup/freshavd/emu.avd/sdcard.img
  1. Follow the instructions in the user doc

Self-contained VHD

  • You can download a self-contained VHD from the Google Drive.
  • Create a VirtualBox VM (select ubuntu, 32-bit) and load the above-downloaded VHD.
  • The username and password for the VHD are both dynodroid.

Using the VHD

The VHD will be running ubuntu 12.02, 32-bit OS. Login into the VHD under user-name and password as dynodroid. To test an app, follow the below instructions inside the VHD:

  1. Download the apk you want to test and copy into apps folder:
cp <path_to_apk_inside_VHD> /home/dynodroid/Desktop/dynodroiddeployment/apps/
  1. [Optional] Edit the file: /home/dynodroid/Desktop/dynodroiddeployment/dynodroid.properties according to the user doc.
  2. Run
cd /home/dynodroid/Desktop/dynodroiddeployment
ant run

About

Automatic Input Generation System for Android Apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages