Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.
This repository was archived by the owner on Feb 6, 2021. It is now read-only.

Parsing is incomplete on some apps #13

@gianlucascoccia

Description

@gianlucascoccia

I'm trying to use smalisca to analyze some popular apps (whatsapp and facebook).
After parsing, the resulting sqlite database is kinda small for both, only a few kbs in size.
Analyzing the database confirms that it contains only a small number of classes ( around 50 for facebook and 120 for whatsapp) and calls (for instance, I tried scl -tm checkSelfPermission and I get 0 results, very very odd).

I'm not sure why this happens, but I noticed that a lot of the smali files have very short names (like a.smali, b.smali, c.smali, etc) and some names appear multiple times (there's several a.smali).
I guess that either:

  • they're using some sort of code obfuscation that prevents smalisca from working correctly OR
  • having multiple files with the same name "tilts" smalisca

Just to be sure, I tried baksmaling with both apktool and dex2jar, same result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions