-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some questions #2
Comments
hi, I haven't tested it on .net 5, have you encountered any errors? In the first paragraph of the README file, you can read: The IPC is not strictly necessary, but this design makes the injection more reliable, since it can receive possible error messages. |
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 well it would be great if there was simple injection procedure without the IPC stuff I would rly welcome following:
|
How to inject dynamic library into another process |
what are the dependencies of this project?
your referencing DllExport, RGiesecke.DllExport.Metadata which is not to be found
and then your referencing UnmanagedExports via paket.references
so whats this all about, why so many references where are they actually needed?
no .net5 support?
Evidence.GetHostEnumerator(); is not included in .net5
what are the modes of injection supported? only manged 32bit assembly into un/managed 32bit process?
can i inject unmanaged 32 bit assembly into managed 32 bit process?
is the interprocess communication via server/client rly a necessity?
The text was updated successfully, but these errors were encountered: