From b017ef86662cdf4df66f02ec437a52301e11dfa0 Mon Sep 17 00:00:00 2001 From: Kadiray Karakaya Date: Wed, 16 Feb 2022 13:54:35 +0100 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dca01c..a158791 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,29 @@ in case of apk files: java -jar SootFX.jar "path/to/apk" "path/to/out/" "path/to/config.yaml" "path/to/Android/sdk/platforms" ``` -inclusion and exclusion lists for different type of feature extraction units can be defined in [config.yaml](config.yaml). Make sure to provide either an inclusion list, or an exclusion list. Inclusion list only extracts the selected features. Exclusion list extracts all but the selected features. \ No newline at end of file +inclusion and exclusion lists for different type of feature extraction units can be defined in [config.yaml](config.yaml). Make sure to provide either an inclusion list, or an exclusion list. Inclusion list only extracts the selected features. Exclusion list extracts all but the selected features. + + +## About + +SootFX is developed by the [Secure Software Engineering Group of the Paderborn University](https://www.hni.uni-paderborn.de/en/sse/) + +Feel free to report [issues](https://github.com/secure-software-engineering/SootFX/issues) if you find a bug or would like to implement a new feature. + +## Publications +For further information, have a look at the publication [preprint](./paper_preprint.pdf). + +If you use SootFX in your research projects, feel free to cite our paper: + +``` +@INPROCEEDINGS{9610670, + author={Karakaya, Kadiray and Bodden, Eric}, + booktitle={2021 IEEE 21st International Working Conference on Source Code Analysis and Manipulation (SCAM)}, + title={SootFX: A Static Code Feature Extraction Tool for Java and Android}, + year={2021}, + volume={}, + number={}, + pages={181-186}, + doi={10.1109/SCAM52516.2021.00030} + } +```