Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 397 Bytes

StringHound Slice Executor

A Service that executes and evaluates the Android program codes which are generated by the static analysis tool StringHound

Run in Docker:

Needs
  • docker & docker-compose
  • scala 2.12 with sbt 1.4.1
Build JAR & Run
$ sbt assembly
$ docker-compose -f docker/docker-compose.yml up -d