Giter Club home page Giter Club logo

kernel-bridge-delphi-connector's Introduction

Kernel-Bridge Delphi Connector

This project is a library for using the user-mode side of the API provided by Kernel Bridge with Delphi. It allows manipulating processes and threads from kernel-mode, contains functions for directly manipulating kernel and physical memory, and more.

Content

The library includes a single header file โ€” KernelBridgeApi.pas โ€” a translated version of definitions for the functions exported by User-Bridge.dll. Although this file depends on the headers from NtUtils, it should be simple to inline and remove those dependencies if necessary.

The rest files are the wrappers that allow better integration of the functionality into the language and automated resource lifetime management. These modules are an extension of my NtUtils library.

File Description
KernelBridge.pas Loader for the Kernel Bridge Driver, kernel shellcode injection.
KernelBridge.Processes.pas Process manipulation
KernelBridge.Processes.Memory.pas Reading, writing, allocating, and protecting process memory.
KernelBridge.Threads.pas Thread creation and manipulation, APC queueing.
KernelBridge.Section.pas Section manipulation.
KernelBridge.Memory.pas Operations with virtual and physical memory.
KernelBridge.Memory.Mdl.pas Operations with Memory Descriptor Lists.

The functions in these modules are similar to those of the API in the corresponding categories. The main difference is that operations that require a cleanup return instances of IAutoReleasable (or its descendants). This interface ensures that the underlying resources get automatically released when the last reference goes out of scope.

Examples

See the examples folder for more details.

kernel-bridge-delphi-connector's People

Contributors

diversenok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  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.