Giter Site home page Giter Site logo

Comments (8)

Broihon avatar Broihon commented on June 28, 2024

You'd have to patch the file validation checks, copy the raw DLL into the target process and adjust the mapping shell code.
I'll take this into consideration, I'm currently working on a quite complex update though so it probably will take some more time before this will be implemented.

from gh-injector-library.

YeFell avatar YeFell commented on June 28, 2024

I need to implement SEH support myself, what should I do.

from gh-injector-library.

Broihon avatar Broihon commented on June 28, 2024

I need to implement SEH support myself, what should I do.

See https://github.com/Broihon/GH-Injector-Library/blob/master/GH%20Injector%20Library/Manual%20Mapping.cpp#L1610
Not sure what you mean or how it's related to this issue.

from gh-injector-library.

YeFell avatar YeFell commented on June 28, 2024

Thank,

from gh-injector-library.

X3P0 avatar X3P0 commented on June 28, 2024

You'd have to patch the file validation checks, copy the raw DLL into the target process and adjust the mapping shell code. I'll take this into consideration, I'm currently working on a quite complex update though so it probably will take some more time before this will be implemented.

Any progress on this?

Or have any idea what parts of the shell code need changing I'd like to implement this myself

from gh-injector-library.

0x597575746F avatar 0x597575746F commented on June 28, 2024

You'd have to patch the file validation checks, copy the raw DLL into the target process and adjust the mapping shell code. I'll take this into consideration, I'm currently working on a quite complex update though so it probably will take some more time before this will be implemented.

Any progress on this?

Or have any idea what parts of the shell code need changing I'd like to implement this myself

Just remove the file loading stuff from the manual map shellcode, create an injection structure that accepts the length of the memory file and the pointer to memory file, create a new inject function that accepts the injection structure, removing a couple of file checking and filename checks since its not needed and it's done. I did it in one go a while back so its actually easier than I initially thought.

edit: You also have to remove other injection methods except manual map since those won't work with inject from memory file

from gh-injector-library.

Broihon avatar Broihon commented on June 28, 2024

As 0xSomething said. I've already implemented this and it will be officially supported in the next update. Since I'm working on other features it'll still take some time until the update comes out.

from gh-injector-library.

Broihon avatar Broihon commented on June 28, 2024

Implemented. See Memory_Inject.

from gh-injector-library.

Related Issues (20)

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.