python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Executing function in other process through dll injection
I'm trying to execute a function in a VB6 app, I already know the instruction address and the format of the original code but when I execute it the app crashes.
It's probably wrong the way I'm executi...
Yind
Votes: 0
Answers: 1
Unable to inject c++ dll into target process
I am working on a c++ project where i need to inject our DLL into a target process. I am able to inject our dll in some of the target processes however i am not able to inject it fully into the target...
Deepak Pathak
Votes: 0
Answers: 0
Can't find RequireSignedAppinit_DLLs in Registery
I am trying to do a small dll injection on my computer, and it doesn't seem to work.
I updated AppInit_DLLs with the path to my dll, and I read online that I need to set LoadAppinit_DLLs to 1 (which I...
Pepper
Votes: 0
Answers: 1
How loader find exact location of an exported function from a dll?
I open a binary in the PEView. There is a table which is called Import Name Table under .rdata section of the binary. This table show me imported functions from different DLLs but there is a field in ...

Timberwolf
Votes: 0
Answers: 1