Coder Social home page Coder Social logo

Comments (1)

mengning avatar mengning commented on June 26, 2024

exec创建了新的堆栈,返回用户态执行。
fork时复制了一份地址空间,内核堆栈地址也完全相同,但在mykernel中由于所有进程共享地址空间,复制的堆栈地址不同无法工作,所以在中断处理程序中间无法启动一个新程序,伪造调度前的堆栈状态比较困难,伪造中断对堆栈的操作pushfl pushl %%cs pushl entry可以用iret返回到新程序启动进程,但mykernel中时钟中断处理是屏蔽中断的,新进程无法被中断了,试图开中断sti无效。

from mykernel.

Related Issues (16)

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.