Cracking Sublime Text 3 Build 3126

Sublime Text is a popular closed-source text editor available on OSX, WIN and Linux. Sublime uses a license model for its users, I’m gonna demonstrate how we bypass this. Since I’m running W10 x64 we are going to be working with the x64 version, Olly do not support x86-64 binaries so we need to grab some new tools, if you are familiar with IDA Pro you can use that, I will however use the latest snapshot of x64dbg.

Read More

Deep information

Before we get started there is some information that needs to be passed. When we work in IDA or Olly, what we see is the so called machine code being translated by the debugger into assembly. We can’t see actual programing code. Don’t be afraid of the following, it might look like it’s tough to understand but as we work these things will make more sense. Just try to understand as much as possible. :relieved:

Read More