kolisko / strongswan-android

Strongswan android application preconfigured for hacking

Home Page:https://wiki.strongswan.org/projects/strongswan/wiki/AndroidVPNClientBuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strongswan Android app preconfigured for hacking

Strongswan Android app imported as gradle project and setup for hacking

How to build it

Build the strongswan vpn client for Android

  • Download the release source package and extract to jni folder
  • Fetch android ssl modified by strongswan with static linking
  • Install latest ndk tools on your machine
  • Build the native parts
  • Run the project in Android Studio or using gradlew scripts

Prepare the source

  • cd dir_of_strongswan && ./autogen.sh && ./configure && make dist

Customize the client

References

About

Strongswan android application preconfigured for hacking

https://wiki.strongswan.org/projects/strongswan/wiki/AndroidVPNClientBuild


Languages

Language:Java 60.6%Language:C 35.4%Language:C++ 3.0%Language:Makefile 1.0%