PixelKnot is an image stego app with old school F5 steganography.
Follow these steps to setup your development environment:
-
Checkout PixelKnot git repository
-
Init and update git submodules
cd PixelKnot git submodule update --init --recursive
-
Build Project
./gradlew assembleDebug (for all debug builds)
For a list of tasks that can be used above, see "./gradlew tasks".