Giter Club home page Giter Club logo

shichengv_docs_fork's Introduction

随笔

一些笔记和介绍文档。这些东西会当做讲义在课程上讲解(随缘直播课)。

普通大学生,喜欢计算机安全的操作系统安全和网络安全。目前还在学习计算机基础课程:

  • 操作系统
  • 计算机网络
  • 算法设计与分析
  • 编译原理

水平有限,有不足之处还请多多指正


Windows


  • Windows 对象管理 分析Windows内核的对象管理机制,其中参考了《Windows内核原理与实现》。

  • Windows APC机制分析 分析Windows APC(异步过程调用)机制,其中参考了《Windows内核原理与实现》。

Linux


链接与加载 介绍链接器与加载器。从传统的静态链接到加载时的共享库的动态链接,以及到运行时的共享库的动态链接。深入探讨了操作系统是如何管理一个程序所需要使用各个库。对可执行目标文件也进行了一些讨论,介绍了ELF文件与Windows PE文件。一些章节会有对 Glibc 库源码的分析,更深入的分析操作系统的工作。虽然大部分以Linux系统为例子,不过一些**在Windows也同样适用。

基础部分

  • 编译过程
  • 二进制文件
  • 静态链接
  • 动态链接

进阶部分

  • dlopen源码分析
  • dlsym源码分析

高阶部分

  • PIC(位置无关代码)与延迟绑定

处理器架构


shichengv_docs_fork's People

Contributors

shichengv avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.