可重用的GDB Stub源代码,支持多种嵌入式平台和体系结构.
上传时间: 2013-12-15
上传用户:hfmm633
GDB Remote Stub Backend for debugging an embedded ARM system via JTAG common hardware debug interface. Communication is done via standard TCP/IP GDB Remote Serial Protocol.
标签: debugging embedded hardware interfac
上传时间: 2015-06-22
上传用户:咔乐坞
how to build a Stub in c++ test.this source code show you the way!
上传时间: 2013-12-06
上传用户:003030
Windows PE 文件在 DOS 下运行一般会显示:This program cannot be run in DOS mode. 这是PE文件头部的一个"dos Stub"程序,这个就是"dos Stub"的源码,我们可以修改它,用fasm.exe编译,在vc连接时,加上 /Stub:Stub.exe
标签: DOS Windows program cannot
上传时间: 2013-12-06
上传用户:dsgkjgkjg
java rmi实验 Stubdownload实现 简单的实现Stub下载功能
标签: Stubdownload java Stub rmi
上传时间: 2017-07-21
上传用户:wweqas
PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,2000,xp等,而这些系统所使用的可执行文件的格式基 本上是PE结构的。这里的可执行文件的镶入式程序就是针对PE结构的可执行文件。 这里先简单说一下PE文件框架结构: DOS MZ header DOS Stub//在不支持 PE文件格式的操作系统中它将简单显示一个错误提示 PE header//含了许多PE装载器用到的重要信息 Section table//每个Section的信息 Section 1 Section 2 Section 3.... 由于SectionAlignment 块对齐的原因每个Section之间都会产生很多空间, 镶入式程序的代码可以放在Section之间的空位上,比较方便的方法是把代码放在 最后一个Section的末尾,然后更改Misc.VirtualSize和SizeOfRawData这两个位 于Section table的IMAGE_SECTION_HEADER结构数组的成员。如果代码十分的长, 有时候会造成镶入的代码无法被完全加载而产生错误,这时需要更改SizeOfImage 在IMAGE_NT_HEADERS 结构中。 在不同的WINDOWS版本中api调用地址也有不同,为了解决这个问题可以更改引 入表让加载器
上传时间: 2015-01-13
上传用户:luopoguixiong
Driver to create flat random graphs and two forms of hierarchical graphs (N-level and transit-Stub)
标签: graphs hierarchical transit-stu and
上传时间: 2013-12-20
上传用户:ggwz258
JAVA项目开发实践-网上范例1: 第一,编译RMI存根(Stub)和框架(skeleton)文件。 第二,编译所有的类文件,对服务器和客户端编译生成的.class文件打包。 第三,启动服务器。 第四,启动客户端
上传时间: 2016-01-02
上传用户:tianyi223
FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is written to a new file along with the decryption Stub and key. When the output file is executed it decrypts and executes the encrypted file. It s written in Delphi 6, enjoy the source code.
标签: file generates encrypts cipher
上传时间: 2013-12-08
上传用户:爺的气质
在linux系统下客户端和服务器端使用RPC进行分布式通信。 包含客户端程序,服务器远端程序,以及客户端和服务器端的接口程序。 注意,服务器端和客户端的Stub需要用Linux命令Stub xxxx生成。
上传时间: 2017-01-29
上传用户:wff