NoExec

abstract class NoExec : ResourceLoader.Tor(source)

Model for running tor within your application's memory space.

Platform availability (for static compilation and/or dynamic loading):

  • Android

  • Jvm

  • Native Android

  • Native Linux

  • Native macOS

  • Native iOS

  • Native tvOS

  • Native watchOS

  • Native Windows

See also

Constructors

Link copied to clipboard
protected constructor()

Can extend to gain access to protected static functions, but never instantiate.

Types

Link copied to clipboard
protected object Companion

Properties

Link copied to clipboard
@JvmField
val resourceDir: File

The absolute path to the directory for which resources will be extracted.

Functions

Link copied to clipboard
open fun extract(): GeoipFiles

Extract tor's geoip & geoip6 files from application resources to resourceDir.

Link copied to clipboard
open fun <T> withApi(binder: ResourceLoader.RuntimeBinder, block: TorApi.() -> T): T

Lambda for running tor via TorApi.