Walrus Grease How do I cheat?
Reputation: 0
Joined: 06 May 2017 Posts: 6
|
Posted: Sun Sep 27, 2020 12:21 pm Post subject: Finding injected C# DLL functions |
|
|
Hi there,
How can I find C# DLL exported functions in assembly after injection?
I have downloaded the .NET DllExport to help me export functions, compiled the DLL then injected the DLL runtime, but I can not find my simple addition test function in there. Is there a quick way to access the exported functions?
I found that I can easily access other DLL functions such as "KernelBase.CreateFileA" (although that was not injected by me).
I am using the "KernelBase.LoadLibraryA" API call to inject my DLL, so I'm not using the standard loadlibrary of the auto assambler. This is because I will be modifying the exe to load my dll runtime on keypress.
|
|