Skip to content

Commit 45f53d5

Browse files
committed
actually bring back DI hook
1 parent 1425a7d commit 45f53d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/src/main/cpp/l2c_fcr_hook.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ static bool hookLibrary(const char* libname) {
265265
findSymbolOffset(decompressed,
266266
"l2c_fcr_chk_chan_modes");
267267

268-
/* uint64_t sdp_offset =
268+
uint64_t sdp_offset =
269269
findSymbolOffset(decompressed,
270-
"BTA_DmSetLocalDiRecord"); */
270+
"BTA_DmSetLocalDiRecord");
271271

272272
if (chk_offset) {
273273
void* target =

0 commit comments

Comments
 (0)