slighty
Regular Member
- Jul 31, 2017
- 258
- 140
Intro (Just a little bit about myself):
I myself am a software engineer (kinda?), I am connected to computers since a kid and played games my whole teenager life. Five years ago I joined college for software engineer degree and although I learned a lot from it my main expertise come from self-taught. Right now I'm affiliated with some projects where we just gather a bunch of friends and code stuff.
Basic Idea of what I'm doing:
Grab Instagram APK (Android app), modify it and learn how the most recent version of the API is currently working through spoofing all the requests.
Why am I doing it:
I heard some conversations on telegram on how hard it is to accomplish it on the most recent versions. Mainly because of cerfiticate pinning, thus you won't be able to ever read any https requests. I took it somehow personal and challenged myself into breaking the code and learn everything about how the IG API is working.
What have I done so far:
Dowloaded most recent working android APK and analyzed some of the code. Needless to say that is all obfuscated
GL ME
I myself am a software engineer (kinda?), I am connected to computers since a kid and played games my whole teenager life. Five years ago I joined college for software engineer degree and although I learned a lot from it my main expertise come from self-taught. Right now I'm affiliated with some projects where we just gather a bunch of friends and code stuff.
Basic Idea of what I'm doing:
Grab Instagram APK (Android app), modify it and learn how the most recent version of the API is currently working through spoofing all the requests.
Why am I doing it:
I heard some conversations on telegram on how hard it is to accomplish it on the most recent versions. Mainly because of cerfiticate pinning, thus you won't be able to ever read any https requests. I took it somehow personal and challenged myself into breaking the code and learn everything about how the IG API is working.
What have I done so far:
Dowloaded most recent working android APK and analyzed some of the code. Needless to say that is all obfuscated
GL ME