Resources
People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!
I thought it was interesting that the authorset a goal in his endeavors (which was getting free articles).
The main idea was that the first 3 free medium articles are free. So, can we make the Medium website feel like the first time that it has been accessed?
After developing a place, the APK (android app file) was decompiled in order to get the source code. The author made a modification to not send cookies to /_/api/posts/{postId}.
However, making changes to the source code of an APK cannot be done at the Java level; it has to be done at the Smalli level. Once adding these lines to the source code, re-ziping the APK and signing it, the APK is now ready to be used!
Altering APKs is not as complicated as one would think :)