分享串口采集和视频采集源码
最近在折腾这些东西,找到一些代码,分享一下。
生活的天平本不平衡,只有通过努力改变其偏向。
作者:http://moitah.net/
运行环境:需要.Net Framework 2.0支持
开发语言:C#
编译器:VS2005
使用方法很简单将FLV文件拖上去即呀,特点速度快。由于C#不熟悉,大细看了一下Source,MP3和AVI部分用好像用了第三方的类库,如果想了解FLV的格式的,要以参考一下。
大概看了一下,实现方法和内存注册机比较像。先调试定位,然后计算好偏移后,再写代码。
Google前两天发布了浏览器,受到了广大GFans的高度重视,有报彩蛋的,有报Crash的。这样的新闻已经太多,我不想说了。下面提供的是Chrome的源代码SVN地址,有兴趣的可以CheckOut出来看看。
SVN: http://src.chromium.org/svn/trunk/src/
在网上找到一份取硬盘序列号的类,原作者已经无法查证了。这个类的作用就不多说了,至少可以一定程度的防止软件的任意Copy。
我在其中作了一处修改,因为原作者采用了MFC中的CString,在SDK下面使用不便,我就简单的修改了一下。
想学GDI+做界面的朋友可以看看这份代码,无意间在CSDN上看到的.
我用VS2005大致看了下,用的PNG作的资源,效果不错.有半透明和流畅的滚动效果.
看样子是被GDI画的界面漂亮多了,而且容易了很多.下面是我切的图:
…
NameLess这个后门非常经典,仅有一个DLL文件,平时不开端口,可以进行反向连接的后门程序。最需要关心的地方莫过于几点:启动方式、连接方式、控制功能、自身保护。而NameLess就具备了一个完整后门的所有功能。通过阅…
标签: 源码
彻底地删除废、旧或更换硬盘上的文件的重要性大家都很了解,谁让 FinalData 等这样的数据恢复工具功能太强呢,想当年,一哥们硬盘坏了,让我帮着找文件,结果找出 8 万张图片,穿衣服的和不穿衣服的各占一半,打开目录需要 10 分钟才能把文件列表显示出来 …
One feature of Windows NT/2000”””’’s (Win2K) C2-compliance is that it implements object reuse protection. This means that when an application allocates file space or virtual memory it is unable to view data that was previously stored in the resources Windows NT/2K allocates for it. Windows NT zero-fills memory and zeroes the sectors on disk where a file is placed before it presents either type of resource to an application. However, object reuse does not dictate that the space that a file occupies before it is deleted be zeroed. This is because Windows NT/2K is designed with the assumption that the operating system controls access to system resources. However, when the operating system is not active it is possible to use raw disk editors and recovery tools to view and recover data that the operating system has deallocated. Even when you encrypt files with Win2K”””’’s Encrypting File System (EFS), a file”””’’s original unencrypted file data is left on the disk after a new encrypted version of the file is created.
标签: Sysinternals, 源码
WinShell最新版5.0的VC源代码!
100%免费,放弃版权,随便修改,这是孤独剑客在祖国50年国庆时,公布出来的。WinShell可是说是国产后门软件中,有很大的影响。
感谢剑客的这件作品!