Welcome![Sign In][Sign Up]
Location:
Search - SY

Search list

[Exploitcmdbind2

Description: 让进程在系统中更加隐蔽(2) 一般来说一个后门程序需要更改系统的某些文件来让程序在系统启动执行这个程序, 又要在某个地方保留这个程序(一般是在硬盘)。如果有什么办法不这样做又让程序在 系统中运行的话,就可以使后门程序更加隐蔽。也就是说程序在硬盘上找不到在系统的 启动配置中没有这有项。真正要做到这样好象不太现实,但可以采用简单的方法:在程 序被执行后删除程序文件和启动文件中被更改的部分,然后在系统被关闭前保留程序文 件和更改启动文件,让它在系统启动时又能被执行。 程序是一个可执行文件在被执行时系统会把它保护起来,如果要删除它需要更改系 统!很麻烦!可以把代码放到其他程序中作为另外进程的线程来运行既利用创建远程线程 函数。系统被关闭一般有三种情况:正常关机,掉电(不正常关机),一键关机(按下power). 对于正常关机,程序会收到CTRL_SHUTDOWN_EVENT的信号,一键关机,可以简单的使用钩子 但掉电(不正常关机)老农实在想不出办法。好在一般的nt服务器很少这种情况。 在nt系统下用CreateService来注册一个服务,当然是在系统SHUTDOWN前。在启动时 用DeleteService删除这个服务,保存一个程序文件在虚拟内存中,删除在硬盘上程序-process in the system to allow a more subtle (2) In general a backdoor procedures need to change the system to certain documents procedures for the system to initiate the implementation of this procedure, but also to retain a place in the process (usually in a hard disk). If there is any way to do so without letting procedures in the system running, then we can process more subtle back door. In other words procedures not found in the hard disks on the system's configuration did not start with this item. Really want to do so it did not seem realistic, but it is a simple approach : in the process would be implemented to delete files and startup files were altered, Then the system was closed down before the document retention procedures and changes in startup files, it started when the sy
Platform: | Size: 75506 | Author: 无间刀 | Hits:

[Special Effects1D gabor Filter

Description: Description: Recent studies on Mathematical modeling of visual cortical cells [Kulikowski/Marcelja/Bishop:1982] suggest a tuned band pass filter bank structure. These filters are found to have Gaussian transfer functions in the frequency domain. Thus, taking the Inverse Fourier Transform of this transfer function we get a filter characteristics closely resembling to the Gabor filters. The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively) modulated by a complex sinusoid (with centre frequencies U and V along x and y-axes respectively).
Platform: | Size: 2387 | Author: gz | Hits:

[Other resourceerp0.1

Description: 该系统是一个使用Java语言开发,以国内开源Web MVC框架EasyJWeb作系统引擎的Java Web应用系统.系统主要实现的功能有订单录入、打印、销售汇总、原料管理、客户管理、生产配料计算、报表打印、汇总、系统数据管理及维护等功能,是一个使用非常简单的编码方式实现的Web开源应用系统。   系统采用面向对象的设计方法,页面设计及系统逻辑分离,具有较好的扩展性。系统使用数据库中间件技术,支持My SQL、MS SQL Server等多种数据库系统平台。系统涉及到复杂表单数据提交、AJAX无刷新数据提交、WEB打印等常用应用软件中涉及到的技术。   系统在线演示地址:asp.easyjf.com 用户名:test 密码:test 源码下载 安装说明 技术交流   系统开发单位:EasyJF开源团队 系统官方网址:www.easyjf.com -The system is a Java language development, open-source Web domestic MVC framework EasyJWeb system for the engine Java Web applications. The system's main function is to achieve orders entry, printing, sales summary, materials management, customer management, product ingredients, printing, collating , the data management system and maintenance functions, is to use a very simple coding to achieve the open-source Web applications. Using object-oriented systems design, page layout and system logic separation, the better scalability. System database middleware technology, My SQL, and MS SQL Server database system for a variety of platforms. System of the complex form data submitted updated data without AJAX submitted WEB Print popular software applications relating to the technology. The sy
Platform: | Size: 3477461 | Author: signme | Hits:

[DVD8200-32-SY-0-C

Description: 8200-32-0-A2X162CHSY原理图资料-8200 - 32-0-A2X162CHSY diagram information, and
Platform: | Size: 192278 | Author: 李伟 | Hits:

[GDI-BitmapGraphics-dengzi

Description: 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的DDA程序,并包括如下功能: 1. Window(x1,y1,x2,y2) 2. Viewport(x1,y1,x2,y2) 3. MoveTo2(x,y) 4. MoveBy2(x,y) 5. LineTo2(x,y) 6. LineBy2(x,y) 7. Shift2(dx,dy) 8. Pivot2(x,y) 9. Rotate2(angle) 10. Scale2(Sx,Sy) 11. 设计事例,对软件包的功能进行检测。 -a simple graphics package. A simple graphic design packages, it has been called the DDA procedures, and include the following functions : 1. Window (x1, y1, x2, y2) 2. Viewport (x1, y1, x2, y2) 3. MoveTo2 (x, y) 4. MoveBy2 (x, y) 5. LineTo2 (x, y) 6. LineBy2 (x, y) 7. Shift2 (dx, dy) 8. Pivot2 (x, y) 9. Rotate2 (angle) 10. Scale2 (Sx, Sy) 11. Design examples of the package function test.
Platform: | Size: 211785 | Author: 小青豆 | Hits:

[Other20051121676411

Description: 国防工业部VB代码QICQ (1)Server所需环境: 在..\\windows\\system\\下有: msvbvm60.dll mswinsck.ocx 在..\\commonfiles\\designer\\下有 msderun.dll 在..\\commonfiles\\system\\ado\\下有 msado20.tlb 工程文件:server.vbp 数据库文件:QICQ.mdb已经有用户: flyer(密码:1),huang(密码:1) 服务器的端口为716 (2)Client所需环境: 在..\\windows\\system\\下有: msvbvm60.dll mswinsck.ocx mscomctl.ocx mscomct2.ocx 工程文件:Client.vbp-defense industry VB code Diego (1) Server for the environment : in .. \\ windows \\ system \\ under : in msvbvm60.dll mswinsck.ocx .. \\ commonfiles \\ designer \\ under the msderun.dll .. \\ commonfiles \\ sy stem \\ ado \\ under msado20.tlb project documents : server.vbp database files : QICQ.mdb have users : flyer (Password : 1), huang (Password : 1) server port 716 (2) Client for the environment : in .. \\ windows \\ system \\ under : msvbvm60.dll mswinsck.ocx mscomctl.ocx msco mct2.ocx project documents : Client.vbp
Platform: | Size: 52860 | Author: kingpwf | Hits:

[ToolBarTray__Icon

Description: // This a conglomeration of ideas from the MSJ \"Webster\" application, // sniffing round the online docs, and from other implementations such // as PJ Naughter s \"CTrayIconifyIcon\" (http://indigo.ie/~pjn/ntray.html) // especially the \"CTrayIcon::OnTrayNotification\" member function. // // This class is a light wrapper around the windows system tray stuff. It // adds an icon to the system tray with the specified ToolTip text and // callback notification value, which is sent back to the Parent window. // // The tray icon can be instantiated using either the constructor or by // declaring the object and creating (and displaying) it later on in the // program. eg.-/ / This a conglomeration of ideas from th e short version MSJ "Webster" application. / / sniffing round the online docs, and from other implementations such / / as PJ Nau ghter s "CTrayIconifyIcon" (http : / / indigo.ie / ~ pjn / ntray.html) / / especially the "CTrayIcon : : OnTrayNotification "member function. / / / / Th is class is a light wrapper around the windows sy stem tray stuff. It / / adds an icon to the system t ray ToolTip with the specified text and / / callB Ack notification value, which is sent back to the Parent window. / / / / The tray icon can be instantiated using either the c onstructor or by / / declaring the object and cre ating (and displaying) it later on in the / / prog ram. eg.
Platform: | Size: 3998 | Author: wreqreqw | Hits:

[DVD8202S-16-SY-216-0-B

Description: 用sunplus8200s开发DVD的原理图-sunplus8200s DVD with the schematic
Platform: | Size: 237218 | Author: sean zhao | Hits:

[Otherzzcx

Description: The JICQ is the bureau area which JAVA writes according to \"Customer s Machine/Server\"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided into the server procedure and customer s procedure two parts, server and customer adoption \"Transmission Control Protocol\"(TCP), connect a word (Socket) conjunction through a set, the adoption \"User Datagram Protocol \"(UDP) of the customer s, pass a data report a set to connect a word (DatagramSocket) establishment a conjunction. The system has customer registration, customer to register, increase good friend, delete good friend and send out and receive news etc. function.-JICQ The bureau is the area which write Java s according to the "Customer s Machine / Server" (C / S) mode message solid hour correspond by letter tool system. the system adopted the SQL Server2000 of Micros oft company as a backstage database, the system passes a database JDBC interview. Th e system is divided into the server procedure an d customer s procedure two parts. server and customer adoption "Transmission Co. ntrol Protocol "(TCP), connect a word (Socket) through a conjunction s et. the adoption "User Datagram Protocol" (UDP) of the customer s, pass a data report a set to connect a word (Datagr amSocket) establishment a conjunction. The sy stem has customer registration, customer to register, increase good friend, delete good friend and send out and
Platform: | Size: 17802 | Author: 乔峰 | Hits:

[JSP/JavaMISC_1.6_Provision_Java_API

Description: 中国移动MISC 1.6 Provision Java API 直接使用HttpServer的方式实现,不需要任何其它API,不需要Apache,IIS,Tomcat等Web服务器,直接实现底层. 运行环境 Windows/Linux JDK 1.4.2 演示程序 1) sync.bat 正向订购同步演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.SyncOrderExample 80 provision 其中参数: 80 port,为HttpServer的端口号 provision serviceName,为服务名称 程序初始化成功后,misc网关访问URL:http://serverip:port/serviceName 即可提交正向同步数据 2) subs.bat 反向订购/取消接口演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.SubscribeExample http://127.0.0.1/provision 其中参数: http://127.0.0.1/provision url,为Misc网关的反向订购/取消接口地址 -China Mobile MISC 1.6 Provision Java API used directly HttpS SP in a way that does not require any other APIs, not Apache, IIS, Tomcat Web server, etc., direct achieve bottom. Runtime Environment Windows / Linux JDK 1.4.2 Demonstration Program 1) sy nc.bat being ordered synchronous demo java-classpath "smsfan - prov ision.jar "net.smsfan.provision.example.S yncOrderExample 80 provision which parameters : 80 port, HttpServer to the port provision serviceName, for service names initialization procedure after the success of Gateway misc visit URL : http : / / serverip : port / serviceName forward will be submitted to two synchronous data) subs.bat reverse order / cancellation interface demo java-classpath "smsfan - provision.j ar "net.smsfan.provision.example.Subscrib eExa
Platform: | Size: 50546 | Author: 张宁 | Hits:

[Streaming Mpeg4GUIv0.20h

Description: A memory-resident utility that enables selectable use of the extended screen and keyboard control sequences that normally require loading the ANSI.SYS device driver. Unlike ANSI.SYS, ANSI.COM supports all video modes, permits sizing and clearing the key-assignment buffer, and provides high-speed screen updating.-A memory-resident utility that enables se lectable use of the extended screen and keyboar d control sequences that normally require load ing the ANSI.SYS device driver. Unlike ANSI.SY S, ANSI.COM supports all video modes, permits sizing and clearing the key-assignmen t buffer, and provides high-speed screen updating.
Platform: | Size: 282646 | Author: 郭治 | Hits:

[Other systemsjrl

Description: 《管式加热炉设计计算程序》本程序依据《管式加热炉规范》 SY/T0538-2004进行开发而成。适用于油田、长输管道圆筒型管式加热炉(包括丁头管、翅片管)的热力计算、水力计算、阻力计算及强度计算。- Tubular-furnace design and calculation procedures in accordance with the procedures tubular-furnace norms SY/T0538-2004 be developed. Applicable to oil fields, long-distance pipeline cylindrical tubular-furnace (including small head tube, finned tube) of the thermodynamic calculation, hydraulic calculation, the resistance calculation and strength calculation.
Platform: | Size: 87040 | Author: qianzhifan | Hits:

[DSP programSY-EVM5402V2.0

Description: DSP 5402 声音压缩 Demo板测试程序,里面包含原理图和源代码,子要有开发工具自己就可以做板。-Demo voice compression DSP 5402 board test procedure, which contains schematic and source code, sub-development tools have their own boards will be able to do.
Platform: | Size: 280576 | Author: 张三 | Hits:

[Othersy-evm2812

Description: 上海三意公司的开发板和原理图2812 上海三意公司的开发板和原理图 上海三意公司的开发板和原理图 -Shanghai three Italian company development board and schematic Shanghai three Italian company development board and schematic Shanghai three Italian company development board and schematic Shanghai three Italian company development board and schematic Shanghai three Italian company development board and schematic
Platform: | Size: 1089536 | Author: 王鹤 | Hits:

[DSP programSY-2812-ACI

Description: sanyi的SY-2812-ACI,交流电机控制的dsp源程序,比较详细-sanyi the SY-2812-ACI, dsp source of AC motor control more detailed
Platform: | Size: 427008 | Author: mishy | Hits:

[DSP programSY-BLDC--MOTOR-V3

Description: SY公司的BLDC直流电机控制的DSP源程序,已经正确的运行过。-SY company BLDC DC motor control DSP source code, has the right to run.
Platform: | Size: 293888 | Author: mishy | Hits:

[ARM-PowerPC-ColdFire-MIPSSY-EVM2812

Description: sy-evm2812开发板配套资料 原理图-sy-evm2812 development board supporting schematic
Platform: | Size: 69632 | Author: sky | Hits:

[DirextXsy-gui

Description: SY-UI 基于MIT协议的开源DirectUI库,代码量小,使用简便,开发语言为c++,由沈阳程序员联盟出品并维护。-a simple opensource directui by some programmer in shenyang
Platform: | Size: 7873536 | Author: 宁则 | Hits:

[Graph Drawingsy

Description: 实验四-IIR数字滤波器设计及软件实现,喜欢就下在,保证能运行。-sy is good!
Platform: | Size: 614400 | Author: | Hits:

[Other Embeded programsy

Description: sy控制最小系统的一些相关程序,如流水灯,液晶显示器有规则的显示。-Sy control of the minimum system of some of the relevant procedures, such as water lights, liquid crystal display regular display.
Platform: | Size: 13312 | Author: lyz | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net