All binary can be downloaded http://pan.baidu.com/s/1hqH2Pko
Sublime Text 3, build 3083 (dev) for Windows x64
| OFFSET | ORIGINAL | CRACKED |
|---|---|---|
| 0xe21b3 | 85 | 3B |
md5:c3522c719d24f85dd770c93b9bf9e56f
| body { | |
| text-align: justify; | |
| } | |
| code, pre { | |
| font-family: "DejaVuSansMono", monospace; | |
| } | |
| h1, h2, h3, h4, h5, h6 { | |
| text-align: left; |
All binary can be downloaded http://pan.baidu.com/s/1hqH2Pko
Sublime Text 3, build 3083 (dev) for Windows x64
| OFFSET | ORIGINAL | CRACKED |
|---|---|---|
| 0xe21b3 | 85 | 3B |
md5:c3522c719d24f85dd770c93b9bf9e56f
| private static OnPreferenceChangeListener autoOnChangeListener = new OnPreferenceChangeListener() { | |
| @Override | |
| public boolean onPreferenceChange(Preference rawPreference, Object newValue) { | |
| List<CharSequence> selected = Arrays.asList((CharSequence[]) newValue); | |
| if (selected.contains("1")) { | |
| // do some work | |
| } | |
| return true; | |
| } |