Mika Cybertron
Mika Cybertron
> Can you explain more clearly? as you can see in the image above, there is no function in properties like adding collection and something like that, so cause that...
ok
> Failed to inject arm library in arm-only application in Emulator. > > The inject framework work smoothly on Android device. But when I try to inject a library in...
> add this lib implementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2' still got this error: ``` Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.9.0-runtime (androidx.core:core:1.9.0) and support-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1) Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.9.0-runtime (androidx.core:core:1.9.0)...
nevermind, you just need to set `Jetifier` to `true` in gradle.properties, like below ``` android.enableJetifier=true ```
> @MikaCybertron @reveny What is the difference between the previous injector and this injector? so is pre_load more useful? this one don't use ptrace to inject the lib, but until...
> There are 4 things that could go wrong here. > > 1. The library you want to Inject does not match the architecture of the device > 2. The...
> Anyway to release the source, or add Endian option :) soon the source will be published