上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 内存断点不改原代码,不像int 3断点那样,因而不易被检测到,其它断点失败时可以试试 阅读全文
posted @ 2014-08-02 19:40 anjsxz 阅读(100) 评论(0) 推荐(0) 编辑
摘要: dumpbin的用法为:dumpbin /exports my.dll > my.def dlltool的用法为:dlltool -D my.dll -d my.def -l my.lib //生成 .lib 文件 或者为:dlltool -D my.dll -d my.def -l my.a // 生成 .a 文件 阅读全文
posted @ 2014-08-02 15:26 anjsxz 阅读(115) 评论(0) 推荐(0) 编辑
摘要: NSURL *url = [NSURL URLWithString:@"http://example.com/form/"]; NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url]; [request setHTTPMethod:@"POST"]; NSString *boundary = @... 阅读全文
posted @ 2014-08-02 11:06 anjsxz 阅读(166) 评论(0) 推荐(0) 编辑
摘要: social.msdn.microsoft.com/Forums/windowsdesktop/zh-CN/9c3aa90a-b06c-44e5-bf03-4ffb930dbbd8/download-and-install-microsoft-platform-sdk-for-windows-xp-... 阅读全文
posted @ 2014-07-30 22:37 anjsxz 阅读(117) 评论(0) 推荐(0) 编辑
摘要: file 文件类型 strip取除二进制文件中的符号 petools pe sniffer pe editor peid nm 符号位置信息 ldd = otool –L = dumpbin /dependents 阅读全文
posted @ 2014-07-29 08:14 anjsxz 阅读(93) 评论(0) 推荐(0) 编辑
摘要: dir(__builtins__)help(input) 阅读全文
posted @ 2014-07-28 07:47 anjsxz 阅读(78) 评论(0) 推荐(0) 编辑
摘要: DialogBoxParam 创建模态对话框createDialogParam 非模态对话框 阅读全文
posted @ 2014-07-27 19:58 anjsxz 阅读(65) 评论(0) 推荐(0) 编辑
摘要: delphi 特点:push xxx ; retunn ;== jmp xxx 阅读全文
posted @ 2014-07-27 17:22 anjsxz 阅读(84) 评论(0) 推荐(0) 编辑
摘要: (在plist里设置):首先设置key:Status bar is initially hidden 为YES然后设置key:View controller-based status bar appearance 为NO即可实现全局隐藏状态栏了 阅读全文
posted @ 2014-07-15 21:31 anjsxz 阅读(160) 评论(0) 推荐(0) 编辑
摘要: npm info express versionnpm install -g express-generatornpm install –g geddyexpress --sessions --css stylus --ejs myappDEBUG=express:* node app.js//有修... 阅读全文
posted @ 2014-07-02 07:48 anjsxz 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页