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
#1
Thanks for the useful information
Reply
#2
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
Reply
#3
oh, thanks, will try!
Reply
#4
There is no tools like that
Reply
#5
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.
Reply
#6
(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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Telegram bot source code Shdusuchcisn 1 800 02-16-2025, 12:21 AM
Last Post: myfriendhola58

Forum Jump:


 Users browsing this thread: 1 Guest(s)