u

unidbg

Allows you to emulate an Android ARM32 and/or ARM64 native library
https://github.com/zhkl0228/unidbg
The Apache Software License, Version 2.0
zhkl0228
Files download
File Operation
unidbg-0.3.0.jar download
unidbg-0.3.0.pom download
unidbg-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.zhkl0228</groupId>
  <artifactId>unidbg</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.zhkl0228:unidbg:0.3.0'
Gradle Kotlin
implementation("com.github.zhkl0228:unidbg:0.3.0")
Scala SBT
libraryDependencies += "com.github.zhkl0228" % "unidbg" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.zhkl0228', module='unidbg', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.zhkl0228" name="unidbg" rev="0.3.0" />
Leiningen
[com.github.zhkl0228/unidbg "0.3.0"]
Apache Buildr
'com.github.zhkl0228:unidbg:jar:0.3.0'