搜索资源列表
WebCrack
- 在线WEB破解源代码,程序中包含多种字典组合方式,该代码为本人源创,各位有兴趣的可以自由引用,如果有谁能完善一下,请给本人发一份,呵呵。-online Web resolve the source code, procedures included various combinations of dictionary, the source code for my hit, Members are interested in the freedom to quote, if there is a
RemoteLookup
- 通过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机,在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。