Hook to Bypass Values in AndroidManifest.xml Hook Not Working #1190
Unanswered
DavidBerdik
asked this question in
Q&A
Replies: 4 comments 3 replies
-
@yujincheng08 Could you please offer me some assistance? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@DavidBerdik Sir you fixed this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've had the same problem recently – I can't provide a complete solution, either, but two pointers:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Good, I'm glad you have this will.💪 The community must not be silent 💪💪
Le jeu. 14 déc. 2023, 19:29, David Berdik ***@***.***> a
écrit :
… Thank you for sharing this! Even if it's only a partial solution, I
appreciate it!
In the two years since I posted this, I ended up delaying the project for
which I needed this and have not had time to do further research. When time
permits, I want to pick up that project starting with what you have shared
here.
—
Reply to this email directly, view it on GitHub
<#1190 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP4KDEMNPTRPO33GJH6HZC3YJNASBAVCNFSM5E6Y7R6KU5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TOOBVGY3DMNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Yesterday, I posted a question here (#1187) asking for help with fixing an error with writing a module to hook a function. I fixed that issue, so commented on it and marked it as done, however I have a follow-up question: I thought my change from that question would override a value defined in the app's
AndroidManifest.xml
, however, that did not seem to happen, so I am now trying to hookparseBaseApplication
to do it and it is not working. When I compile this and run it, I don't get any errors. The hook just simply never executes. Does anyone have any ideas as to why or what I can do to fix it?Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions