google / android-classyshark

Android and Java bytecode viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many uknown attributes

mstrelex opened this issue · comments

I'm trying to parse the manifest of some apps, for example Sayfe Secure Private Messenger and I see lots of 'uknown' attributes in the resulting file.

  • Multiple attributes with the same name ('unknown') create a non valid XML
  • Resulting info is partial, many valuable attributes do not have valid names.

I believe that the problem is in XmlDecompressor

Any ideas ?

Thanks.

Seems to be related to #131

I see more and more of apps that ClassyShark can't handle their manifests...