https://sourceware.org/binutils/docs/as/ Table of Contents 1 Overview 1.1 Structure of this Manual 1.2 The GNU Assembler 1.3 Object File Formats 1.4 C ...
分类:
其他好文 时间:
2017-11-22 14:14:17
阅读次数:
1765
一、 1、AREA 指令 The AREA directive instructs the assembler to assemble a new code or data section. Sections are independent, named, indivisible chunks of ...
分类:
其他好文 时间:
2017-10-29 23:15:19
阅读次数:
256
hping官网介绍:http://www.hping.org/ hping is a command-line oriented TCP/IP packet assembler/analyzer. The interface is inspired to the ping(8) unix comma ...
分类:
其他好文 时间:
2017-10-26 13:36:43
阅读次数:
211
通过VC2010向导创建一个标准的MFC单文档框架,去掉文档/视图结构支持。然后,在资源中插入一个FormView窗口,在MainFrame的Create中创建并显示此视图窗口。CView*pView=(CMainView*)(RUNTIME_CLASS(CMainView)->CreateObject());
if(!pView)
{
MessageBox(_T("创建视图不成..
分类:
其他好文 时间:
2017-09-20 16:42:56
阅读次数:
150
安装TASM 5.0很简单,您只需要下载本站[相关工具]中的"TASM50.zip"文件,解压后在Windows9x/NT下执行"INSTALL.EXE"即可开始安装。 1.如果你在安装TASM5.0之后安装Delphi 1.0或Borland C++ 4.x及更高版,你需要手动更改系统的设置以使这 ...
分类:
其他好文 时间:
2017-08-26 10:14:03
阅读次数:
214
One beautiful July morning a terrible thing happened in Mainframe: a mean virus Megabyte somehow got access to the memory of his not less mean sister ...
分类:
其他好文 时间:
2017-08-02 10:21:24
阅读次数:
137
package cn.curricular.wuziqi.ex02; import java.awt.BorderLayout; import java.awt.Color;<!--more--> import javax.swing.JFrame; /** * 五子棋 * * @WangJB * ...
分类:
编程语言 时间:
2017-07-22 18:17:51
阅读次数:
150
学习目标:使用页面的部分内容用框架来形容 用于在页面中引入站外的页面内容 引用页面地址 框架标识名 <iframe src="path"name="mainFrame"></iframe> <!DOCTYPE html> <html> <head lang="en"> <meat charset=" ...
分类:
其他好文 时间:
2017-07-18 23:13:59
阅读次数:
216
先来看一下总体框架frameset 绿色的topFrame、leftFrame、mainFrame、bottomFrame对应页面的四个部分如图所示: 左边部分leftFrame(${pageContext.request.contextPath}/admin/left.jsp)包含了dTree l ...
分类:
其他好文 时间:
2017-07-09 12:34:34
阅读次数:
138
pwnable从入门到放弃第八题。 Download : http://pwnable.kr/bin/leg.cDownload : http://pwnable.kr/bin/leg.asm ssh leg@pwnable.kr -p2222 (pw:guest) 先下载这两个文件:leg.c 代 ...
分类:
其他好文 时间:
2017-07-05 22:00:44
阅读次数:
286