当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Baisc Shell CodeBaisc Shell Code
 

 

 ·关于raid-10    »显示摘要«
    摘要:自己整理的关于raid-10的简单叙述,如果你一点都不懂,可能会给你一点帮助,如果你是高手,请给点意见。raid-10(strping mirror) raid-10是一个raid0与raid1的组合体,可以叫它是混血儿;所以它继承了raid0的快速和raid1的安全。因此次解决方案被广泛应用,虽然次方案比较昂贵,因为它也继承了raid1的一个特性——磁盘利用率只有50%。(这个不是很好,怎么连不......
 ·学习嵌入式linux的笔记和体会    »显示摘要«
    摘要: 学习嵌入式linux的笔记和体会 作者:xinhe 发文时间:2005.06.27 一个典型的桌面linux系统包括3个主要的软件层---linux内核、c库和应用程序代码。 内核是唯一可以完全控制硬件的层,内核驱动程序代表应用程序与硬件之间进行会话。内核之上是c库,负责把......


Baisc Shell Code [转]
baisc shell code

baisc shell code

dany@chroot.org 【程序编程相关:SLES 相关的若干问题

【推荐阅读:精品推荐:命令大集合[分类整理]

2005/02/19 【扩展信息:多个文件函数互相引用的编译操作

2

common assembly instructions

..mov <dest>, <src>

..add <dest>, <src> ; sub <dest>, <src>

..push <target> ; pop <target>

..jmp <address>

..call <address>

..lea <dest>, <src>

..int <value>

3

linux system calls

../usr/include/asm/unistd.h

..#ifndef _asm_i386_unistd_h_

..#define _asm_i386_unistd_h_

../*

..* this file contains the system call numbers.

..*/

..#define __nr_restart_syscall 0

..#define __nr_exit 1

..#define __nr_write 4

..#define __nr_execve 11

4

hello world

..write & exit function

..eax, ebx, ecx, edx are used to

determine which function to call


...   下一页
 ·清除cisco路由器密码    »显示摘要«
    摘要:清除cisco路由器密码 第1 步:利用db25转换接口,和交叉线将2509路由器的console口和计算机串口相连,启动计算机超级终端,设置其参数为波特率9600,数据位8, 奇偶校验为无,停止位为1,流控选择无。开启路由器电源,在开机60秒内按ctlr+break 使路由器进入rom monitor 状态,提示符 > 查看configure –regist......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE