Giter Club home page Giter Club logo

mixedcallstacksample's Introduction

MixedCallStackSample

Description

This research project is a test ground for the idea of ​​obtaining mixed call stack from within hooked process functions.

In this case, the LoadLibrary (of all variations) and FreeLibrary functions are hooked.

When calling the hooked LoadLibrary/FreeLibrary functions, I'm trying to get a mixed call stack (for managed process).

Project structure

Solution includes the following projects:

  • MixedCallStackSample.Client.32: is a client DLL library for 32-bit processes that must be loaded into the process, either using the CLR environment (for managed processes) or manual loading (for unmanaged processes)
  • MixedCallStackSample.Client.64: is a client DLL library for 64-bit processes that must be loaded into the process, either using the CLR environment (for managed processes) or manual loading (for unmanaged processes)
  • MixedCallStackSample.ClientTest.CLR: is a test managed application that loads the client DLL using the environment variables specified in the project properties
  • MixedCallStackSample.ClientTest.Native: is a test unmanaged application that loads the client DLL using the LoadLibrary call.

Warning

The project is intended for research and educational purposes.

mixedcallstacksample's People

Contributors

yegor-pelykh 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.