m0bilesecurity / RMS-Runtime-Mobile-Security

Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
https://twitter.com/mobilesecurity_
GNU General Public License v3.0
2.62k stars 376 forks source link

Can't Load all Classes #66

Closed oynomed closed 3 years ago

oynomed commented 3 years ago

RMS can't load all the classes on an android, is there a limitation of classes loaded, see screenshots of JADX class and RMS loaded class. https://i.imgur.com/AjBEqPh.png

or maybe I miss something.

m0bilesecurity commented 3 years ago

Are you sure that the class has been loaded in memory? RMS performs a dump of the classes that have been loaded in memory. If the name of the class contains the word "oauth", the suggestion is to try to perform the dump during the login pause 😉