Skip to content

Commit

Permalink
Update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSamhi authored Jul 2, 2022
1 parent 8833ba4 commit 5618a9f
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,22 @@ git clone https://github.com/JordanSamhi/RAICC.git

<pre>
cd RAICC
mvn clean install:install-file -Dfile=libs/ic3-0.2.1-full.jar -DgroupId=edu.psu.cse.siis -DartifactId=ic3 -Dversion=0.2.1 -Dpackaging=jar
mvn clean install:install-file -Dfile=libs/preprocessIntentSender-0.1.jar -DgroupId=lu.uni.trux -DartifactId=preprocessIntentSender -Dversion=0.1 -Dpackaging=jar
mvn clean install
sh build.sh
</pre>

### Issues

If you stumble upon a stack overflow error while building RAICC, increase memory available with this command:

<pre>
export MAVEN_OPTS=-Xss32m
</pre>

Then, try to rebuild.

### Using the tool

<pre>
java -jar RAICC/target/RAICC-0.1-jar-with-dependencies.jar <i>options</i>
java -jar RAICC/target/RAICC-2.0-jar-with-dependencies.jar <i>options</i>
</pre>

Options:

* ```-a``` : The path to the APK to process.
* ```-cp``` : The path to Android platofrms folder.
* ```-model``` : The path to RAICC's COAL models folder.
* ```-p``` : The path to Android platofrms folder.
* ```-o``` : Sets the output folder.
* ```-r``` : Prints raw results.
* ```-to``` : Sets the timeout.

## Built With

Expand Down

0 comments on commit 5618a9f

Please sign in to comment.