Dewera / Lunar

A lightweight native DLL mapping library that supports mapping directly from memory
MIT License
584 stars 102 forks source link

Execute injected dll's methods #18

Closed ErcinDedeoglu closed 3 years ago

ErcinDedeoglu commented 3 years ago

Could you give me an example for how to call remote method in injected DLL with Lunar?

Dewera commented 3 years ago

This library doesn't aim to provide mechanisms to execute remote methods after DLL loading, rather emulate the process of loading the DLL itself exclusively similar to that of the Windows loader - If this is something you are looking to do then you are going to have to do it yourself.

My suggestion would be one of the following