Db0109 system binary proxy execution rundll32 (improved)#92
Db0109 system binary proxy execution rundll32 (improved)#92db0109 wants to merge 2 commits intoUnprotect-Project:mainfrom
Conversation
|
Hi, thank you for your contribution. Rundll32.exe is designed to call a function explicitly exported from a DLL. However, in your current implementation, there is no exported function, only DllMain. Additionally, the code does not demonstrate any features typically exploited by malware. While your code might technically work, it does not showcase practical value as it stands. Here are some suggestions for improvement:
I hope this feedback is helpful, and we look forward to see your next iteration. 😊 |
I just added a snippet demonstrating the definition and usage of an exported function via rundll32 : https://unprotect.it/snippet/system-binary-proxy-execution-rundll32/240/ OP, feel free to port to your favorite language(s) |
No description provided.