J
J
John Rosed2021-04-20 21:20:32
Java
John Rosed, 2021-04-20 21:20:32

How to embed your code in android app?

We need to change the application code so that when it starts it displays toast messages (like a watermark). How can this be done?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan, 2021-04-20
@dessired

Good afternoon!
There is such a thing as reverse engineering. Those. you need to download the apk of this application, decompile it, then make your changes, build a new apk and install it on your device.
You can start by exploring these tools:
https://ibotpeaches.github.io/Apktool/
https://java-decompiler.github.io/
https://github.com/pxb1988/dex2jar
Useful information on the topic - https:/ /stackoverflow.com/questions/21010367/how-t...

D
Deiwan, 2021-04-20
@Deiwan

Get root access, find the file that launches the program, paste the text you need there (there are tutorials in Google), enjoy the program and imagine that you are already a hacker)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question