My company asked me to create a dalvik bytecode injector in delphi in order to pass a piece of code in its existing apps. Basicaly it's a code that displays ads in the main activity. So here is my question, is there a way to do that in delphi ? I'm working on the interface to make something very easy to use:
- User select an apk file
- User select type of ads to add
- Code is added into the apk
- A new apk is generated and saved
I assume that the ads cpde should be stored as a bytecode format.
I hope someone could help me.
Regards.