mitchfay/androguard

How to export the dalvikformat_file

Opened this issue · 0 comments

What steps will reproduce the problem?
1.I want to construct a Function Call graph by traversing the bytecode from the 
.show()
2.I can get the bytecode showing in the terminal,but cannot print to other 
file(such as a external .txt file)


What is the expected output? What do you see instead?
I can print the bytecode gained by the method .show() to external files.

What version of the product are you using? On what operating system?
androguard-1.9

Please provide any additional information below.


Original issue reported on code.google.com by Pengling...@gmail.com on 8 Oct 2013 at 3:35