Initial commit
This commit is contained in:
commit
34634633a0
|
@ -0,0 +1,9 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) <year> <copyright holders>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -0,0 +1,3 @@
|
|||
# ProtectOfDemon
|
||||
|
||||
Protection Of Demon V2.0 是大四下学期的作品,在上学期的时候编写了第一个版本V1.0的,当时按键记录使用的是安装全局键盘钩子的方法,效果很不好,而且其他部分的功能做的还是差强人意,但是,一直想为自己开发一个监控防护自己电脑的小工具,于是抽空,还是开发了第二版,使用了获取原始输入的方式实现键盘记录,也对其他部分,如U盘拷贝等完善了功能。这个小工具还是挺不错的,只要加上Socket编程,做成一个通信的小程序,增加信息回传功能,再加上些免杀、加密的处理,便可以摇身一变,成为一个小木马啦。
|
Loading…
Reference in New Issue