Skip to content

Wazneh/PixelKnot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelKnot

image stego app with old school F5 steganography

Dev Setup

Follow these steps to setup your dev environment:

  1. Checkout PixelKnot git repo

  2. Init and update git submodules

    cd PixelKnot git submodule update --init --recursive

  3. Import Project

    Using Eclipse

    Create a new Eclipse workspace in the root directory (PixelKnot) of the repo.

    For each of the following directories, "Import -> Android -> Existing Android Code Into Workspace":

     external/ActionBarSherlock/library/
     external/F5Android/
    

    Then, "Import -> General -> Existing Projects Into Workspace" for the app/ directory.

Building from the terminal

The nightly builds and the final release builds are made from the terminal using ant and ndk-build. Here's how it is done:

  1. git clone https://github.com/guardianproject/PixelKnot
  2. cd PixelKnot
  3. git submodule update --init --recursive
  4. ./setup-ant.sh
  5. ndk-build -C external/F5Android/
  6. cd app/
  7. ant clean debug

About

image stego app with old school F5 steganography

Resources

License

Stars

Watchers

Forks

Packages

No packages published