u

unidbg-parent

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-parent-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.zhkl0228</groupId>
  <artifactId>unidbg-parent</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.zhkl0228:unidbg-parent:0.9.1'
Gradle Kotlin
implementation("com.github.zhkl0228:unidbg-parent:0.9.1")
Scala SBT
libraryDependencies += "com.github.zhkl0228" % "unidbg-parent" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.zhkl0228', module='unidbg-parent', version='0.9.1')
)
Apache Ivy
<dependency org="com.github.zhkl0228" name="unidbg-parent" rev="0.9.1" />
Leiningen
[com.github.zhkl0228/unidbg-parent "0.9.1"]
Apache Buildr
'com.github.zhkl0228:unidbg-parent:jar:0.9.1'