dll-injection
Injected WPF Windows
I am trying to get my WPF Window to display from inside another process via DLL injection and remote CLR hosting. I know that the CLR is correctly hosted and able to run code as I can create MessageBo[详细]
2023-01-23 15:37 分类:问答Call a function from an injected DLL
First off I would like to say, that I am not trying to hack a game. I am actually employed by the company whose process I am trying to inject. :)[详细]
2023-01-23 09:10 分类:问答Dll Injection - What is possible with it?
I was browsing the internet lately, when I stumbled upon Dll Injection. I think its an interesting subject bu开发者_JAVA技巧t, I have no clue what the purpose of it is?[详细]
2023-01-18 04:59 分类:问答Using undocumented classes in C++
I\'m in the process of reverse-engineering a Windows executable. I found a class that I want to use from some code that I inject into the executable (different thread, own stack). How would I go about[详细]
2023-01-10 16:59 分类:问答In a remote thread, how do I call functions whose parameters contain pointers? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-06 12:41 分类:问答Are dll injection,ring0,ring3... all windows specific conceptions?
Do开发者_开发技巧 they exist on linux platforms?Rings are x86 processor architecture terminology, in which the processor can execute in one of four different operating modes called \"priority levels,[详细]
2022-12-31 13:59 分类:问答Hooking extTextOut problems
I am working on a dll injection soft in c#, the injected dll is also in c# and i\'am using pinvoke for certain system functions.[详细]
2022-12-28 13:42 分类:问答Getting a handle to the process's main thread
I have created an additional thread in some small testing app and want to suspend the main thread from this additional thread. The additional thread is created via CreateRemoteThread from an external[详细]
2022-12-15 11:35 分类:问答Hooking DirectX EndScene from an injected DLL
I want to detour EndScene from an arbitrary DirectX 9 application to create a small overlay. As an example, you could take the frame counter overlay of FRAPS, which is shown in games when activated.[详细]
2022-12-15 03:09 分类:问答LoadLibraryW doesn't work while LoadLibraryA does the job
I have written some sample program and DLL to learn the concept of DLL injection. My injection code to inject the DLL to the sample program is as follows (error handling omitted):[详细]
2022-12-08 15:42 分类:问答