工具分類:攻擊程序 運行平臺:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具來源:securiteam.com // GDI+ buffer overrun exploit by FoToZ // NB: the headers here are only sample headers taken from a .JPG file, // with the FF FE 00 01 inserted in header1. // Sample shellcode is provided // You can put approx. 2500 bytes of shellcode...who needs that much anyway // Tested on an unpatched WinXP SP1
標簽: 818438522a d818438522 securiteam 818438522
上傳時間: 2015-01-20
上傳用戶:Late_Li
一個用Java語言編寫的記事本程序,其中的 Frame類可以支持代碼的重用。
上傳時間: 2015-02-06
上傳用戶:songrui
本程序為放出的測試用魔方(MoFang.java),包含所有的核心代碼及注釋,調試,測試代碼。你可以用鼠標轉動魔方,用鍵盤上的方向鍵移動魔方位置,除此以外,代碼中還有大量功能,如智能搜索求解魔方,目前正在制作圖形控制界面,也可用于applet嵌入網頁中,Frame,也可做成java bean組件,有java bean需要的,請與作者本人聯系。
上傳時間: 2015-02-14
上傳用戶:xinyuzhiqiwuwu
使用的是API編程,可格式化、校驗和讀寫特殊扇區。可用作Windows下的磁盤加密。本函數還有以下兩個缺點以待改進: 1.本函數還只能讀能讀 A: 和 B:,即只能對軟盤操作 2.不能改變磁盤扇區大小,只能是標準的 512 個字節。 參數說明: command 操作: 0 重置磁盤 2 讀扇區 3 寫扇區 4 校驗磁道 5 格式化磁道 8 得到設備參數 (int 1EH) drive 驅動器 A:=0 B:=1 head 磁頭號,范圍 0 - 1 track 磁道號,范圍 0 - 84 ( 80 - 84 為特殊磁道,通常用來加密 ) sector 扇區號,范圍 0 - 255 ( 19 - 255 為非標準扇區編號,通常用來加密) nsectors 每次讀或寫的扇區數,不能超出每磁道的最大扇區數 buffer 數據寫入或讀出的緩沖區,大小為 512 個字節 返回值 ( 同 Int 13H ): 0x0 成功 0x1 無效的命令 0x3 磁盤被寫保護 0x4 扇區沒有找到 0xa 發現壞扇區 0x80 磁盤沒有準備好
上傳時間: 2013-12-05
上傳用戶:moerwang
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
標簽: initiated described modified slightly
上傳時間: 2014-01-09
上傳用戶:sk5201314
This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.
標簽: implements I2C functions the
上傳時間: 2015-04-02
上傳用戶:邶刖
This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051.
標簽: the compatible location version
上傳時間: 2015-04-05
上傳用戶:changeboy
曾有許多網友問我有關JavaScript與框架(為求方便,以下均用frame表示)合用的問題。事實上,若您同時想用frames和JavaScript的功能,首先您必需擁有Netscape Navigator 2.0 (或以上)瀏覽器( 至少目前是如此)。當然也有某些瀏覽器支援frames的功能--如:Oracle開發的PowerBrowser,但此瀏覽器還只是Beta版,目前尚不支援JavaScript。
標簽: JavaScript 多網
上傳時間: 2013-12-21
上傳用戶:星仔
USB device的PC機測試程序,可以通過設置buffer的大小來測試buffer對USB傳輸速度的影響。
上傳時間: 2013-12-19
上傳用戶:asddsd
多線程 網絡傳輸 開發環境:Delphi7.0+WinXP,沒用其他控件(除了Delphi自帶的Indy) 傳輸協議:TCP/IP 客戶端一次發送65000字節的包,服務端負責組裝并處理數據粘連。 使用ReadBuffer(),Send()函數來接收發送Buffer內字節,這樣作的目的是使程序具有更好的靈活性。你可以自定義Buffer內那些字節的含義,例如是字符串、圖像、聲音、命令等等。 文件的多線程讀寫采用windows內存映像技術。 關鍵的服務器處理函數IdTCPServer1Execute(AThread: TIdPeerThread)是非線程安全的。如果使用臨界區,那么多線程將在這里串行執行,嚴重降低多線程效率。對此,我采用一個簡單的辦法,具體可以看程序。
上傳時間: 2014-12-02
上傳用戶:silenthink