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
App is protected by Naga Reinforcement ( 娜迦加固 ) https://www.nagain.com/
Original dex of app is dynamically loaded by the protector.
MT Manager reported the above protection in place, after I open the sample in it.
But APKiD doesn't detect it.
APKiD Output:
vansh@Vansh:~$ apkid com.tdx.AndroidNew.apk
[+] APKiD 2.1.5 :: from RedNaga :: rednaga.io
[*] com.tdx.AndroidNew.apk!classes.dex
|-> anti_debug : Debug.isDebuggerConnected() check
|-> anti_vm : Build.BOARD check, Build.FINGERPRINT check, Build.HARDWARE check, Build.MANUFACTURER check, Build.MODEL check, Build.PRODUCT check, Build.TAGS check, SIM operator check, device ID check, emulator file check, network interface name check, network operator name check, possible Build.SERIAL check, possible VM check, possible ro.secure check, ro.kernel.qemu check, ro.product.device check, subscriber ID check
|-> compiler : dx
vansh@Vansh:~$
Additional Information and notes:
The protection library is libxloader.so
The protection label on MT manager doesn't dissapear if you delete the libxloader.so from apk, but rather it dissapears when you delete the dex, suggesting that MT manager rules checks for dex rather than the library.
Sample:
https://data.tdx.com.cn/www/tdx-android-publish/apks/tdx_gphone_5.102_1_tdxrelease.apk
Issue:
App is protected by Naga Reinforcement ( 娜迦加固 )
https://www.nagain.com/
Original dex of app is dynamically loaded by the protector.
MT Manager reported the above protection in place, after I open the sample in it.
But APKiD doesn't detect it.
APKiD Output:
Additional Information and notes:
The protection library is libxloader.so
The protection label on MT manager doesn't dissapear if you delete the libxloader.so from apk, but rather it dissapears when you delete the dex, suggesting that MT manager rules checks for dex rather than the library.
Probably same thing as #31
The text was updated successfully, but these errors were encountered: