msx752 / PoGoEmulator

.Net Core, Unofficial PoGoEmulator
GNU General Public License v3.0
2 stars 6 forks source link

Update code to be usable by the 0.63.1 cracked APK #2

Closed Lord-Haji closed 3 years ago

msx752 commented 7 years ago

we have to find request url in 0.63.1 apk then rewrite to localip, it is easy in 0.35.0 (com\nianticlabs\nia\network\NiaNet.java: 'void doSyncRequest(long object, int request_id, String url, int method, String headers, ByteBuffer body, int bodyOffset, int bodyCount)') but i see they removed this method where they call the request i could not find.