Skip to content

Vision Language Model Assisted Android UI Fuzzer

Notifications You must be signed in to change notification settings

biniamf/VLM-Fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

set env variable "OPENAI_API_KEY" with your OPENAI API KEY export OPENAI_API_KEY=you-key

  • prepare the emulator and launch it
  • run the script in ui_dumper directory and wait until it's ready
  • run ./run.sh path/to/apk if you have one emulator only.

Custom emulator/device port (multi emulator/device setting)

If you need to use custom emulator ports in multi emulator setting or custom budget, make sure to install the apk on the right emulator and run the following script specifying the right port and budget

python main.py [-h] -a APK [-p PORT] [-b BUDGET]

-a path/to/apk -p emulator port if not default -b budget in minutes, default is 60 mins -h show help

transition example

About

Vision Language Model Assisted Android UI Fuzzer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published