Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjtu-enre/icc
https://github.com/xjtu-enre/icc
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xjtu-enre/icc
- Owner: xjtu-enre
- Created: 2023-03-05T13:11:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T09:32:50.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T03:50:06.497Z (9 months ago)
- Language: Java
- Size: 90.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ICC: extracting ICC dependencies as [ENRE-JAVA](github.com/xjtu-enre/enre-java) data model format for android apks
### Build && Installation
`icc` depends on `enre-java` and `iccbot`, so you need to install their libraries before build the jar.
```shell
./install.sh
```or (in case on the windows platform):
```bat
install.bat
```After installed the required libraries, you can build the jar file by using:
```shell
mvn clean package assembly:single
```### Usage
```shell
java -jar target/newICC-1.0-SNAPSHOT-jar-with-dependencies.jar \
-p sources/com.spdroid.c \
-n com.spdroid.c \
-i com.sproid.c-enre-out/com.spdroid.c-out.json \
-outputDir iccout \
-path $HOME/apks \
-name com.spdroid.c.apk
```