MemCheck Driver Memory Tool The MemCheck code is designed to provide Windows NT/2K/XP driver developers with a tool to help in the detection of the following memory handling issues: buffer overrun buffer corruption buffer use after buffer release Double buffer releases
標(biāo)簽: MemCheck designed Windows develop
上傳時間: 2014-12-05
上傳用戶:weiwolkt
工具分類:攻擊程序 運(yùn)行平臺: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
標(biāo)簽: 818438522a d818438522 securiteam 818438522
上傳時間: 2015-01-20
上傳用戶:Late_Li
使用的是API編程,可格式化、校驗和讀寫特殊扇區(qū)。可用作Windows下的磁盤加密。本函數(shù)還有以下兩個缺點以待改進(jìn): 1.本函數(shù)還只能讀能讀 A: 和 B:,即只能對軟盤操作 2.不能改變磁盤扇區(qū)大小,只能是標(biāo)準(zhǔn)的 512 個字節(jié)。 參數(shù)說明: command 操作: 0 重置磁盤 2 讀扇區(qū) 3 寫扇區(qū) 4 校驗磁道 5 格式化磁道 8 得到設(shè)備參數(shù) (int 1EH) drive 驅(qū)動器 A:=0 B:=1 head 磁頭號,范圍 0 - 1 track 磁道號,范圍 0 - 84 ( 80 - 84 為特殊磁道,通常用來加密 ) sector 扇區(qū)號,范圍 0 - 255 ( 19 - 255 為非標(biāo)準(zhǔn)扇區(qū)編號,通常用來加密) nsectors 每次讀或?qū)懙纳葏^(qū)數(shù),不能超出每磁道的最大扇區(qū)數(shù) buffer 數(shù)據(jù)寫入或讀出的緩沖區(qū),大小為 512 個字節(jié) 返回值 ( 同 Int 13H ): 0x0 成功 0x1 無效的命令 0x3 磁盤被寫保護(hù) 0x4 扇區(qū)沒有找到 0xa 發(fā)現(xiàn)壞扇區(qū) 0x80 磁盤沒有準(zhǔn)備好
標(biāo)簽: Windows API 函數(shù) 磁盤
上傳時間: 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.
標(biāo)簽: 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.
標(biāo)簽: 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.
標(biāo)簽: the compatible location version
上傳時間: 2015-04-05
上傳用戶:changeboy
USB device的PC機(jī)測試程序,可以通過設(shè)置buffer的大小來測試buffer對USB傳輸速度的影響。
標(biāo)簽: device USB PC機(jī) 測試程序
上傳時間: 2013-12-19
上傳用戶:asddsd
多線程 網(wǎng)絡(luò)傳輸 開發(fā)環(huán)境:Delphi7.0+WinXP,沒用其他控件(除了Delphi自帶的Indy) 傳輸協(xié)議:TCP/IP 客戶端一次發(fā)送65000字節(jié)的包,服務(wù)端負(fù)責(zé)組裝并處理數(shù)據(jù)粘連。 使用Readbuffer(),Send()函數(shù)來接收發(fā)送buffer內(nèi)字節(jié),這樣作的目的是使程序具有更好的靈活性。你可以自定義buffer內(nèi)那些字節(jié)的含義,例如是字符串、圖像、聲音、命令等等。 文件的多線程讀寫采用windows內(nèi)存映像技術(shù)。 關(guān)鍵的服務(wù)器處理函數(shù)IdTCPServer1Execute(AThread: TIdPeerThread)是非線程安全的。如果使用臨界區(qū),那么多線程將在這里串行執(zhí)行,嚴(yán)重降低多線程效率。對此,我采用一個簡單的辦法,具體可以看程序。
標(biāo)簽: Delphi WinXP 7.0 多線程
上傳時間: 2014-12-02
上傳用戶:silenthink
DELPHI basicCtrl+NUM 直接將光標(biāo)跳到NUM處,NUM是用Ctrl+Shift+NUM設(shè)置的標(biāo)號。 NUM不能用小鍵盤。 Ctrl+Home 將光標(biāo)移至文件頭。 Ctrl+End 將光標(biāo)移至文件尾。 Ctrl+B buffer List窗口。 Ctrl+I 同Tab鍵。 Ctrl+M 同Enter鍵。 Ctrl+N 同Enter鍵,但光標(biāo)位置保持不變。 Ctrl+T 刪除光標(biāo)右邊的一個單詞。 Ctrl+Y 刪除光標(biāo)所在行。 Ctrl+Shift+↑ 光標(biāo)在函數(shù)體內(nèi)時,將光標(biāo)快速移至當(dāng)前函數(shù)聲明處。 Ctrl+Shift+↓ 光標(biāo)在函數(shù)聲明行時,將光標(biāo)快速移至函數(shù)定義處。 Ctrl+Shift+C 聲明一個過程或函數(shù)后,直接生成過程或函數(shù)的名稱、begin、end Ctrl+Shift+E 光標(biāo)在Edit窗口和Explorer窗口間切換。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 彈出Delphi語句提示窗口,選擇所需語句將自動完成一條語句。 Ctrl+Shift+T 在光標(biāo)行加入To-Do注釋。 Ctrl+Shift+Y 刪除光標(biāo)之后至本行末尾之間的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜單中的Close項。
標(biāo)簽: basicCtrl NUM DELPHI 光標(biāo)
上傳時間: 2014-11-26
上傳用戶:kr770906
This a script for working with short TCP files with several source nodes, sharing a single bottleneck link with a RED buffer
標(biāo)簽: with bottlenec working several
上傳時間: 2013-12-15
上傳用戶:Miyuki
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1