| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.rk700 |
| Идентификатор | Идентификаторdlfunc |
| Версия | Версия0.1.0 |
| Тип | Типaar |
| Описание |
Описаниеdlfunc
Bypass dynamic linking function restriction on Android by forging caller address
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dlfunc-0.1.0.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.rk700/dlfunc/ -->
<dependency>
<groupId>io.github.rk700</groupId>
<artifactId>dlfunc</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rk700/dlfunc/
implementation 'io.github.rk700:dlfunc:0.1.0'
// https://jarcasting.com/artifacts/io.github.rk700/dlfunc/
implementation ("io.github.rk700:dlfunc:0.1.0")
'io.github.rk700:dlfunc:aar:0.1.0'
<dependency org="io.github.rk700" name="dlfunc" rev="0.1.0">
<artifact name="dlfunc" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.rk700', module='dlfunc', version='0.1.0')
)
libraryDependencies += "io.github.rk700" % "dlfunc" % "0.1.0"
[io.github.rk700/dlfunc "0.1.0"]