搜索资源列表
Linux-Assembly-Language-Programming(2)
- Linux下C语言编程,深入详细的描述了Linux编程细节
inline_assembly
- linux下如何实现内联汇编的方法与实例-inline assembly
Chapter_2
- 本章简要介绍Linux中一般的编码结构,并描述诸多与内核打交道的方法。我们首先 关注内核中常见数据类型,比如有效存储、信息检索、编码方法,以及基本汇编语言。这将 为我们在以后的章节中详细分析内核打下基础。接下来介绍Linux如何将源代码编译、链 接成可执行代码,这对理解交叉平台编码和更好地介绍GNU工具集不无益处。之后就是一 系列从Linux内核搜集信息的方法之概要了。本章涉及的内容非常广泛,包括源代码和可 执行代码的分析,以及在Linux内核中插入调试语句。-This ch
ProgrammingGroundUp-1-0-booksize
- <Programming from the Ground Up> 一本介绍从零开始linux/unix下汇编程序编写的书-<Programming from the Ground Up> This book is not a reference book, it is an introductory book. It is therefore not suitable by itself to learn how to professionally progr
hello
- Simple Hello World application in linux assembly.
assembly_code.tar
- 汇编语言程序设计源代码,适合linux下那些希望了解汇编程序的c/c++程序员.-Assembly language programming source code, suitable for those who would like to know under linux assembler of c/c++ programmers.
Buffer_Overflows_b
- 顶尖高手讲的缓冲区溢出漏洞原理及实例代码分析,C,汇编。千万别错过,很难得的资料哟-You have to know assembly language, C language, and Linux. Of course, you have to know what buffer overflow is. You can get the information of the buffer overflow in phrack 49-14 ( Smashing The Stack For
AdvancedLinuxProgramming
- 进阶linux编程,介绍了进程,线程,进程间通信,文件系统等内容-Advanced Linux Programming Chapter 01- Advanced Unix Programming with Linux 。Chapter 02- Writting Good GNU/Linux Software 。Chapter 03- Processes 。Chapter 04- Threads 。Chapter 05- Interprocess Communication 。Chapte
lin
- 为那些在Linux 平台上编写汇编代码的程序员提供指南-Linux platform for those programmers write assembly code to provide guidance
ATT
- 详细介绍ATT汇编语言的语法格式,对于linux下程序开发具有十分重要的价值-Details ATT assembly language syntax for program development under linux has very important value
resource
- Linux入门资料大全:Linux 编程C一站式学习,天书夜读(汇编语言),嵌入式资料整合第二辑(ARM_C_LINUX),ARM_编程起步-Introduction Sourcebook Linux: Linux Programming C-stop learning, bible night reading (assembly language), embedded data integration second series (ARM_C_LINUX), ARM_ start progra
Linux-Assembly-Language
- Prentice-Hall出的linux上的汇编语言程序设计书籍,有关linux上C编程的书籍很多,但汇编类却很少,对于有此需要的人士,本书值得一读。-A Linux Assembly Language Programming book produced by Prentice-Hall. There are few linux books related to assembly language. So it is valuable for those wanting to get such
Assembly-Language-Step-by-Step
- Assembly Language Step-by-Step, Programing with Linux, Third Edition. 使用Ubuntu系统,从非常基础开始介绍汇编语言。这是英文原版书籍,最新的版本。-Assembly Language Step-by-Step, Programing with Linux, Third Edition. Use of Ubuntu, starting from the very basic introduction assembly lan
Linux-asm
- 汇编语言讲解 主要是linux源码中用到的 简单明了 很快熟悉汇编语言-Assembly language to explain the main is simple to use linux source will soon be familiar with assembly language
linux-assembly
- linux源代码中有一些汇编语言程序,本教程介绍在linux中汇编语言的使用情况,能对linux源代码有更深入的了解-assembly langugae in linux
linux-shell-project-assembly
- linux shell 工程汇编,几乎包括了所有开发shell所用到的代码,并有详细注释。是学习shell不错的选择-linux shell works compilation includes almost all the code used in the development of shell, and detailed notes. Learning shell good choice
linux-process-start-analysis
- 1,bootloader启动内核过程 2,内核启动地址的确定 3,内核解压缩过程 4,汇编部分-1, bootloader to boot the kernel process 2, to determine the address of the kernel boot 3, kernel decompression process 4, assembly part
Professional-Assembly-Language.pdf
- linux/unix assembly language
ARM汇编语言官方手册(中文)
- 嵌入式汇编语言适合嵌入式编写和ARM指令集开发(The embedded assembly language for embedded programming and ARM instruction set development)
Linux编译链接装载
- 一个关于Linux下C语言程序从编译到运行的详细过程,包括预处理、处理、汇编、链接、装载过程。(A detailed process for the process from compiling to running under Linux, including preprocessing, processing, assembly, linking, and loading.)