CQ-CSER

计算机爱好者

WIFI ON WINDOWS

Posted on | 九月 18, 2011 | No Comments

Read more

随便+++1

Posted on | 八月 29, 2011 | 5 Comments

Read more

随便++1

Posted on | 七月 26, 2011 | No Comments

Read more

随笔+1

Posted on | 五月 2, 2011 | 1 Comment

Read more

使用发布向导发布 ClickOnce 应用程序

Posted on | 三月 22, 2011 | No Comments

原文:http://msdn.microsoft.com/zh-cn/library/31kztyey

蛮好用的。刚看到个用淘宝捐助的。在没PAYPAL的情况下也还行拉

随笔

Posted on | 三月 20, 2011 | 3 Comments

最近过得太安逸,感受着独自烧菜和集体编程的乐趣,虽然上下班时间有点长 ,公司在不断前进。

然“生于忧患死于安乐”,寂寞让人思考,还是要好好计划下,好好搞搞,难怪大家都喜欢搞个神马警示言之类的。

什么时候有空去逛河山去啊!!!!

利用DEBUG API编写Loader Path[z]

Posted on | 三月 17, 2011 | No Comments

原文:http://www.cnblogs.com/Red_angelX/archive/2007/05/08/738552.html

Loader并不是什么很神秘的技术,微软提供了一组Debug Api来方便第三方监视程序.这里我用Debug Api制作了一个简单的Loader程序.
这个Loader要干的事有:
1.启动目标程序.
2.读取/修改目标程序的内存 或 寄存器
用到的Debug Api有:
CreateProcess —— 用于创建被调试进程
WaitForDebugEvent —— Debug Loop(调试循环)的主要构成函数
ContinueDebugEvent —— 用于构成Debug Loop
GetThreadContext —— 得到被调试进程的寄存器信息
SetThreadContext —— 设置被调试进程的寄存器信息
ReadProcessMemory —— 得到被调试进程的内存内容
WriteProcessMemory —— 设置被调试进程的内存内容

Read more

How to use svmap.

Posted on | 二月 11, 2011 | 2 Comments

Svmap is a free and Open Source scanner to identify sip devices and PBX servers on a target network. It can also be helpful for systems administrators when used as a network inventory tool. Svmap was designed to be faster than the competition by specifically targeting SIP over UDP.

Svmap can:

  • identify SIP devices and PBX servers on default and non-default ports
  • scan large ranges of networks
  • scan just one host on different ports, looking for a SIP service on that host or just multiple hosts on multiple ports
  • take previous scan results as input, allowing you to only scan known hosts running SIP
  • use different scanning methods (make use of REGISTER instead of OPTIONS request)
  • get all the phones on a network to ring at the same time (using INVITE as method)
  • randomly scan internet ranges
  • resume previous scans

http://code.google.com/p/sipvicious/wiki/SvmapUsage

VS2010下DirectShow环境

Posted on | 二月 4, 2011 | 1 Comment

主要参见http://msdn.microsoft.com/en-us/library/dd375468(v=VS.85).aspx

如他所说。更新SDK,最新的DIRECTSHOW  SDK包含在WINDOWS SDK里面了。而非以往的DIRECTX 的SDK里面,或者是什么DirectX EXTRA SDK里面。

之前缺少strmbase.lib或是streams.h也是因为如此。strmbase.lib来自SAMPLE的第一个项目,编译下后面的添加引用就OK了。 

里面几个水印的例子很犀利啊! Read more

android-adb-shell-cookie

Posted on | 一月 27, 2011 | 2 Comments

adb shell 然后到  /data/data/com.android.browser/databases/webview.db 

我的命令是这样

 C:\android-sdk-windows\tools\adb pull  /data/data/com.android.browser/databases   d:\

WEBKIT中的COOKIE,http://sqlitebrowser.sourceforge.net/

顺手找了个SQLITE 的DB查看器

Read more

Page 12345...Last »
  • Archives

  • SUNSHINE

  • About

    本博客采用创作共用版权协议,要求署名、非商业用途和保持一致. 转载本博客内容也遵循“署名-非商业用途-保持一致”的创作共用协议.

    订阅

    Search

    Admin