1. 使用Fiddler对安卓App抓包

    利用安卓模拟器对App抓包 利用安卓模拟器对App抓包

    2016/06/02 soft

  2. iPhone苹果手机微信聊天记录导出备份全攻略

    2016/05/31 soft

  3. 安卓右键工具1.2 - 安卓开发与分析者的利器

    安装:

    2016/04/07 soft

  4. Windows64位下系统文件提示找不到

    PVOID OldValue = NULL; Wow64DisableWow64FsRedirection(&OldValue); if ( GetFileAttributes(stShortcut.strTarget)!=-1 ) { ShellExecute(NULL, "open", stShortcut.strTarget, stShortcut.strParams, stShortcut.strStartPath, SW_NORMAL); }else{ AfxMessageBox("目标文件不存在:\n" + stShortcut.strTarget); } Wow64EnableWow64FsRedirection(TRUE);

    2016/04/05 program

  5. Windows平台Ring3下DLL注入(HOOK)方法整理汇总

    1.dll劫持 粗略整理了下,可以劫持的dll有(持续更新): lpk.dll、usp10.dll、msimg32.dll、midimap.dll、ksuser.dll、comres.dll、ddraw.dll

    2016/03/21 program

  6. 程序员的幽默段子,你能看懂几个

    程序员吃饺子:一个熬夜加班回到家的程序员,妻子给他端上一碗饺子,他吃了一口之后突然脱口而出一段代码: #include <iostream> using namespace std; int main(void) { char a[50]; cout<<a<<endl; }

    2016/03/02 other

  7. DuiDesigner修改:增加对控件CheckBox属性的保存

    这次修改主要是DuiDesigner工程,duilib工程无须任何修改。

    2015/12/17 duilib

  8. DuiDesigner修改:增加对控件vscrollbar,hscrollbar属性的显示和保存

    1、显示:CUIProperties::ShowContainerProperty

    2015/11/23 duilib

  9. 修复duilib使用的tinyxml的一个BUG

    以RichListRes为例,用修改后的DuiDesigner重新载入xml皮肤配置文件,稍作修改并撤销然后保存,为的是重新保存xml文件,运行RichListRes工程会崩溃。

    2015/11/02 duilib

  10. duilib对CListUI的改造:支持checkbox

    参考:http://blog.csdn.net/tragicguy/article/details/21893065

    2015/11/02 duilib