Using androgruard for printing debugging information
22 views
Skip to first unread message
Palani kodeswaran
unread,
Oct 26, 2014, 2:54:15 AM10/26/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to andro...@googlegroups.com
Hi,
I would like to use androguard to instrument an apk to print each basic-block name during execution. I can get the basic blocks using androguard, but am stuck on how to insert the debug instructions (Essentially System.out.println or Logging to a file) in each block. Would appreciate any help in finding the right set of dex instructions to insert..