11-04-2024, 11:18 AM
Thanks for the useful information
Is there any useful tool that can directly inject the functional code I need into apk
by qian30090 - Monday November 4, 2024 at 11:18 AM
|
11-04-2024, 11:18 AM
Thanks for the useful information
11-05-2024, 11:05 PM
https://github.com/JesusFreke/smali
definitely try to read into it because you would need to learn about dex bytecode and how that works. there is no payload generation built in so you would need to use it like x64dbg and then patch it. for payload generation look into this https://github.com/linkedin/dexmaker
11-09-2024, 10:20 AM
oh, thanks, will try!
11-15-2024, 04:39 PM
There is no tools like that
12-19-2024, 12:26 PM
Frida is a dynamic instrumentation toolkit that can be used to inject custom scripts into running applications, including APKs. It allows you to hook functions, modify app behavior, and analyze the app’s internal workings in real time.
This forum account is currently banned. Ban Length: (Permanent)
Ban Reason: Leeching | http://breached26tezcofqla4adzyn22notfqw...an-Appeals if you feel this is incorrect.
12-20-2024, 01:25 AM
(12-19-2024, 12:26 PM)salv Wrote: Frida is a dynamic instrumentation toolkit that can be used to inject custom scripts into running applications, including APKs. It allows you to hook functions, modify app behavior, and analyze the app’s internal workings in real time. This can only be used for running apps, and cannot be injected directly from the installation package |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Telegram bot source code | 1 | 800 |
02-16-2025, 12:21 AM Last Post: |