maaaaz / androwarn

Yet another static code analyzer for malicious Android applications
GNU Lesser General Public License v3.0
477 stars 159 forks source link

bugs found #11

Open daliands opened 8 years ago

daliands commented 8 years ago

in androguard/core/bytecodes/dvm.py->Instruction21* sevral function,unpack use ”=h",in some case,self.BBBB will be negative number。and i have a question: why in androwarn/core/core.py->match_current_instruction do not have aget?

maaaaz commented 5 years ago

Hello @daliands,

As of now androwarn is not embedding an old version of androguard anymore, but based on the latest version so the unpack bug you're mentioning should not be present.

Then, you're right about the aget instruction, I should add support for it.

Cheers.