mirror of
https://github.com/chiteroman/TrickyStore.git
synced 2025-07-17 15:29:32 +00:00
new way to hook
This commit is contained in:
@@ -17,7 +17,7 @@ open class BinderInterceptor : Binder() {
|
||||
val data = Parcel.obtain()
|
||||
val reply = Parcel.obtain()
|
||||
try {
|
||||
if (!b.transact(0xadbeef, data, reply, 0)) {
|
||||
if (!b.transact(0xdeadbeef.toInt(), data, reply, 0)) {
|
||||
Logger.e("remote return false!")
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user