You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2021. It is now read-only.
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.
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:
Just to be sure, I tried baksmaling with both apktool and dex2jar, same result.