Sublime Text is a super fast, feature-rich and versatile text and code editor with an extraordinary features, and amazing performance. I often use it for work, but have to purchase license. Today, I’ll share a 100% workable method to avoid register.
Step:
Download & Install Sublime Text 3.2.2 Build 3211
Visit https://hexed.it/
Open file ublime_text.exe
Search address: 97 94 0D
-> 00 00 00
Offset 0x8545: Original 84
-> 85
Offset 0x08FF19: Original 75
-> EB
Offset 0x1932C7: Original 75
-> 74
(remove UNREGISTERED in title bar, so no need to use a license)
Export File
Backup sublime_text.exe file (just rename)
Copy sublime_text.exe modified to directory Sublime Text 3
Easy edit Hex with Powershell
Open Powershell as Admin
Enter this Line:
Invoke-Expression (New-Object System.Net.WebClient).DownloadString(“https://raw.githubusercontent.com/nferrell/PSToolbelt/master/Public/Edit-FileHex.ps1" )
Edit-FileHex -FilePath “C:\Program Files\Sublime Text 3\sublime_text.exe” -Offset 0x8545 -Original 84 -Updated 85 -OverwriteOriginal
Edit-FileHex -FilePath “C:\Program Files\Sublime Text 3\sublime_text.exe” -Offset 0x08FF19 -Original 75 -Updated EB -OverwriteOriginal
Edit-FileHex -FilePath “C:\Program Files\Sublime Text 3\sublime_text.exe” -Offset 0x1932C7 -Original 75 -Updated 74 -OverwriteOriginal
Done :)
Source: https://gist.github.com/JerryLokjianming/71dac05f27f8c96ad1c8941b88030451/
Please enable JavaScript to view the comments powered by Disqus.