RunPE icon indicating copy to clipboard operation
RunPE copied to clipboard

how to use it in my project?

Open DataReset opened this issue 2 years ago • 4 comments

hello im new to C# so sorry if this question is dumb i wanna know how to use it inside my project what should i do?

DataReset avatar May 14 '23 19:05 DataReset

As far as I know, you cannot use this project as a library as-is. You need to do some refactoring (e.g. use this repo as a seperate project/namespace and import it into your project), then call the Main method (here), for example. You could also wrap the Main method to be more flexible with parameters.

MexHigh avatar May 15 '23 14:05 MexHigh

how can i use it if my app is in resources of another project?

DataReset avatar May 15 '23 14:05 DataReset

I guess that depends on how the "parent app" invokes the resource. If it, for example, is invoked as a new process or in-memory this shouldn't be a problem.

MexHigh avatar May 21 '23 10:05 MexHigh

i implemented it into my project, but when i try to execute it on creating thread i get Access Violation

DataReset avatar May 22 '23 12:05 DataReset