Coder Social home page Coder Social logo

some questions about managedinjector HOT 3 OPEN

enkomio avatar enkomio commented on June 6, 2024
some questions

from managedinjector.

Comments (3)

enkomio avatar enkomio commented on June 6, 2024

hi,
the mentioned DLL are installed by the build script. Have you tried compiling from the source to see if the problem resolve?
The DllExport is a necessary dependency in order to be able to export an unmanaged method.

I haven't tested it on .net 5, have you encountered any errors?

In the first paragraph of the README file, you can read:
"This project implements a .NET Assembly injection library (it is inspired by the snoopwpf project). The remote process can be a managed or unmanaged one." What do you mean with "unmanaged 32 bit assembly"?

The IPC is not strictly necessary, but this design makes the injection more reliable, since it can receive possible error messages.

from managedinjector.

Bia10 avatar Bia10 commented on June 6, 2024

still cant figure where is that dllExport attribute from if there is no using reference to it

it wont build on .net5 as i implied before

a 32bit c++ .dll into 32bit C# process

tried to make it work with .net5 but
var hookProc = Win32API.GetProcAddress(moduleHandle, "HookProc");
returns win error 127

well it would be great if there was simple injection procedure without the IPC stuff

I would rly welcome following:

  • .net5 support

  • simplification of references and build process

from managedinjector.

hanjunjun avatar hanjunjun commented on June 6, 2024

How to inject dynamic library into another process

from managedinjector.

Related Issues (3)

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.