View Single Post
  #1  
Old 05-08-2025, 19:29
CRoot CRoot is offline
Friend
 
Join Date: Sep 2023
Posts: 5
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 3
Thanks Rcvd at 0 Times in 0 Posts
CRoot Reputation: 0
Can you help check what kind of protection this Android .so file has?

This SO file has a special section called "ncc," which contains the initialization function (init). It's the only function with various root and hook detection mechanisms. The SO crashes before fully loading, likely because it detected something. I wonder if this is some kind of commercial protection?
01.png

Additionally, after this kind of control flow flattening processing, are there any mature tools or solutions available now to assist with analysis? I haven’t done Android analysis in a long time, so I came here specifically to ask—thank you very much!
02.png

I'm not sure how to upload the icon—attaching it as a file doesn't seem to work (or isn't accessible).
https://imgur.com/a/c7HY4j8
Reply With Quote