Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

[Invoke-ReflectivePEInjection] Allow DLL loading without calling any function. #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgeeky
Copy link

@mgeeky mgeeky commented Jan 29, 2018

There are many DLL payloads that all start up from DllMain(DLL_PROCESS_ATTACH). They do not export any method so there is no need to call one. In order to work with those payloads, the script had to be modified so that -FuncReturnType could accept value of None and therefore avoid calling any function in the DLL. Thus of course, leaving all the job for the DLL's entrypoint routine.

For instance, to work with msfvenom generated DLL - which rely solely on it's DllMain implementation, we don't want to call any exported function.

There are many DLL payloads that all start up from DllMain(DLL_PROCESS_ATTACH). They do not export any method so there is no need to call one. In order to work with those payloads, the script had to be modified so that `-FuncReturnType` could accept value of `None` and therefore avoid calling any function in the DLL. Thus of course, leaving all the job for the DLL's entrypoint routine.
@mgeeky mgeeky changed the title Allow DLL loading without calling any function. [Invoke-ReflectivePEInjection] Allow DLL loading without calling any function. Jan 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant