Hacking Instagram Accounts With Computer Science

11 months ago
13

** a note about the binary part bc i feel like I was a little unclear **
Our computer is running instagram in its assembly version (which is just a translation of 1's and 0's into very basic computer instructions). So use a disassembler to try to get a rough estimate of the source code to find where we're getting blocked. Then, at that point, we look back at the corresponding assembly and change it so we don't get blocked. Note that changing the assembly is the same thing as changing the binary, as they are a 1-1 translation.

disclaimer: educational purposes only

Loading comments...