Android1500 / AndroidFaker

Android Faker a Simple Xposed Module Which Spoof Your Device IDs Values. Supporting Android 8.1+
https://github.com/Xposed-Modules-Repo/com.android1500.androidfaker
GNU General Public License v3.0
321 stars 23 forks source link

Might it work for Davik VM? #38

Open directentiw1 opened 2 months ago

directentiw1 commented 2 months ago

I used this tool and it was great for changing device parameters, which I tried applying to several applications that continuously exchange data with their remote servers and confirmed that the strings related to my device (mainly Android ID, Phone Model,...) has been spoofed.

But I noticed that there are some packets, mainly from Davik VM - interacting with the server using real information from my device and I believe it can be used to determine the user's real identity (because it includes Device Model, Build Number, Android version,...)

I don't know what system application (should we?) need to be added to Faker, so that it can change the value from david user-agent above?

More information: android - Browser sending "Dalvik" as user agent - Stack Overflow