d

dlfunc

Bypass dynamic linking function restriction on Android by forging caller address
https://github.com/rk700/dlfunc
Apache-2.0
Ruikai Liu
Files download
File Operation
dlfunc-0.1.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.rk700</groupId>
  <artifactId>dlfunc</artifactId>
  <version>0.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.rk700:dlfunc:0.1.1'
Gradle Kotlin
implementation("io.github.rk700:dlfunc:0.1.1")
Scala SBT
libraryDependencies += "io.github.rk700" % "dlfunc" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rk700', module='dlfunc', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.rk700" name="dlfunc" rev="0.1.1" />
Leiningen
[io.github.rk700/dlfunc "0.1.1"]
Apache Buildr
'io.github.rk700:dlfunc:jar:0.1.1'
Dependencies
The project has no third-party dependencies