HoneyCon 2014 CrackMe Analyze

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 »

Notepad++密技 內建自動完成 / 手寫HTML神插件 / HexEditor插件

Notepad++ 官方載點

http://notepad-plus-plus.org/download/

Auto Complete

很多人可能不知道,Notepad++有內建自動完成和參數提示的功能! 【設定 ( T )】 -> 【使用者自訂...】 -> 【備份 / 字詞自動完成功能】 同時其實他也有提供備份的功能

npp.png

Zen Coding

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

Hex Editor

Hex Editor Plugin

npp_hex_editor.png

連結:http://goo.gl/gjkbe

Continue reading »