Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 537 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 537 Bytes

Component Injection

Component Injection Demo Consists of two project, one called DemoHost, anthor called DemoInject, all of them are Android Project.

You can import these projects by eclipse. In the end, you get two apks, of course, called DemoHost.apk and DemoInject.apk.

  • Firstly, install these apk by apk install command;
  • Secondly, using *adb shell logcat TTT:I :S to filter the key logs;
  • Lastly, start up DemoHost using am start com.demo.host/.MainActivity

Just looking at the logcat terminal.