2014/07/11 14:12
int __cdecl main() // decompiled with IDA
{
char *char_ptr; // edi@2
int val_1; // eax@3
int val_tmp_1; // edx@3
char val_tmp_2; // zf@4
int length; // edi@8
unsigned int counter_1; // eax@9
unsigned __int8 v6; // dl@9
signed int counter_2; // eax@14
unsigned __int8 table_2[8]; // [sp+18h] [bp-824h]@1
unsigned …
Continue reading »
2013/07/21 12:58
Notepad++ 官方載點
http://notepad-plus-plus.org/download/
Auto Complete
很多人可能不知道,Notepad++有內建自動完成和參數提示的功能!
【設定 ( T )】 -> 【使用者自訂...】 -> 【備份 / 字詞自動完成功能】
同時其實他也有提供備份的功能

Zen Coding
有個叫做Zen Coding的好東西,可以把HTML / CSS的開發速度提升到極致
連結:https://code.google.com/p/zen-coding/
Hex Editor
Hex Editor Plugin

連結:http://goo.gl/gjkbe
Continue reading »