Click here to Skip to main content
15,888,967 members

Comments by Member 11017040 (Top 6 by date)

Member 11017040 19-Aug-14 16:29pm View    
Well, the reason why i would like to do it is because i think reverse engeneering it cool. And this is one of the basic ways to do it. My ultimate goal is to learn more about it and maybe even try to make a simple program that would just inject a dll that when a function is called enters a text in notepad(the app i injeced the dll in):
Member 11017040 19-Aug-14 14:57pm View    
I wrote a main sub that sends a message. in .NET
Currently Notepad
Nope,
and yes you can force something run code its not disigned to. thats the hole point of this. Kind of like how WoW and maplestory/hearthstone bots work, they inject a dll that can send specific commands inside the app and they communicate with the main app trhough IO.steamwrite/reader. however im not able to start the dll reader function because i dont know how to call the code externally
Member 11017040 19-Aug-14 10:39am View    
ive used a simple DLL injecter to innject the DLL code, kinda like loading a libary into your own app, except im the one to do it. However i need help to call the code.
Member 11017040 19-Aug-14 9:36am View    
I have a main application(my own), a 3rd party app and a dll. the dll has a function called "Testing" that when called is supposed to msgbox("Yey"), however i dont know how to call the function when the DLL is injected into the 3rd party app. Ive been sucsessfull in injecting it so its inside the app, but i have no idea how to call the functions.
Member 11017040 19-Aug-14 9:34am View    
Deleted
I just need help to Call the DLL'S functions remotly, from another app than where they are. Because DLLMain dosnt work with VB.NET