Tagged Questions
1
vote
2answers
130 views
Remote thread is failing on call to LoadLibrary with error 87
I am tring to create a Remote thread that will load a DLL I wrote, and run a function from it.
The DLL is working fine (Checked) but from some reason, the Remote thread fails and the proccess in which ...
1
vote
0answers
40 views
Overriding FSGetCatalogInfo via dlsym
I'm trying to get override the FSGetCatalogInfo function under OS X Lion 10.7 using DYLD_INSERT_LIBRARIES, and everything works correctly up to the point that I actually call the original ...
1
vote
1answer
542 views
Hook keyboard from injected DLL using KeyboardProc / SetWindowsHookEx
Note: I am working in plain C. Not C++, not C#.
I am working on a mod. I've already written a working DLL-injector, as well as the DLL to be injected. Everything is going well, apart from the ...
1
vote
4answers
227 views
Grabbing memory from another process
in Windows, lets say I have used DLL Injection to get into another process. I have also done some screencaptures of the memory on the process I have injected into and know the location of the data I ...
0
votes
2answers
147 views
Injected dll crashes the owner process. Why?
I have a dll that I injected in a process. It searches 'file://' until it finds invalid symbol. After a few mins it crashes the main process. Why is that? How can I check? I found that with smaller ...
0
votes
2answers
661 views
Windows 7 DLL Injection
I am trying to inject a dll into an existing process. I am trying to use the CreateRemoteThread LoadLibrary way. I understand how it works, but I cannot figure out why CreateRemoteThread is returning ...
0
votes
1answer
472 views
dll injection using C
hey i m trying to inject a dll into a process i.e lsass.exe to get hashes.Its a bit hacky but cant help its my project.
I have a code of dll injection but in visual C++ it gives errors such as..
at ...