GithubHelp home page GithubHelp logo

process's Introduction

Process Creation and Code Injection

This is a sample demo for running a program as a child process to a parent that injects the program in the child process with machine instructions.

make test
./test

The above generates the initial ELF binary from the x86 assembly for printing 'Hello, World!' to the terminal. These are the machine instructions that will be injected in the demo.

make rip
./rip

This "rips" out the machine instructions from the ELF binary and stores it in a raw binary file, blob.

make nop
./nop

nop is used to nop the entire machine instructions from the test ELF binary. This is done to simulate the nop instructions being some other instructions in the test binary.

make process
./process

This command runs the demo program. The program takes the current last modified data timestamp for the test file. The binary data for the file, unmodified, is stored in a buffer. A child process is created. The parent process waits for the child to finish. The child process injects the machine instructions from the blob file into the test file. The child process then runs the test binary. When the child process ends, the parent breaks out of its busy wait. The parent then reverts the test binary back to its original data. The timestamp is also set back to its last modification time taken before.

process's People

Contributors

devnull850 avatar

Watchers

 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.