On Mon, Apr 15, 2013 at 9:28 AM, Yury <
y.zhaln...@gmail.com> wrote:
> Is it possible to analyse an apk file with these libraries (can AndroGuard
> search for code in these external libraries)?
You can use one of the non-Android analysis tools in these cases.
While it's possible that one of the jars will have odex bytecode
inside of them, the vast majority of the ones that I've encountered do
not, so you can use the more conventional java bytecode stomping
tools.
As for whether or not Androguard has a feature for that, I haven't
really looked lately.
- Bryan
http://heybryan.org/
1 512 203 0507