搜索结果
找到约 12 项符合
Stub 的查询结果
按分类筛选
嵌入式/单片机编程 可重用的GDB Stub源代码,支持多种嵌入式平台和体系结构.
可重用的GDB Stub源代码,支持多种嵌入式平台和体系结构.
嵌入式Linux GDB Remote Stub Backend for debugging an embedded ARM system via JTAG common hardware debug interfac
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.
其他 how to build a stub in c++ test.this source code show you the way!
how to build a stub in c++ test.this source code show you the way!
汇编语言 Windows PE 文件在 DOS 下运行一般会显示:This program cannot be run in DOS mode. 这是PE文件头部的一个"dos stub"程序
Windows PE 文件在 DOS 下运行一般会显示:This program cannot be run in DOS mode.
这是PE文件头部的一个"dos stub"程序,这个就是"dos stub"的源码,我们可以修改它,用fasm.exe编译,在vc连接时,加上 /stub:stub.exe
Java编程 java rmi实验 stubdownload实现 简单的实现stub下载功能
java rmi实验 stubdownload实现 简单的实现stub下载功能
其他 PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,200
PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,2000,xp等,而这些系统所使用的可执行文件的格式基 本上是PE结构的。这里的可执行文件的镶入式程序就是针对PE结构的可执行文件。 这里先简单说一下PE文件框 ...
其他 Driver to create flat random graphs and two forms of hierarchical graphs (N-level and transit-stu
Driver to create flat random graphs and two forms
of hierarchical graphs (N-level and transit-stub)
Java编程 JAVA项目开发实践-网上范例1: 第一
JAVA项目开发实践-网上范例1:
第一,编译RMI存根(stub)和框架(skeleton)文件。
第二,编译所有的类文件,对服务器和客户端编译生成的.class文件打包。
第三,启动服务器。
第四,启动客户端
压缩解压 FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. T
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 so ...
Linux/Unix编程 在linux系统下客户端和服务器端使用RPC进行分布式通信。 包含客户端程序
在linux系统下客户端和服务器端使用RPC进行分布式通信。
包含客户端程序,服务器远端程序,以及客户端和服务器端的接口程序。
注意,服务器端和客户端的stub需要用Linux命令stub xxxx生成。