HelpLinking C++ DLL and Visual Basic Executable Together
He makes the loader on VB.NET.
The loader must CHECK if the game is opened.
Do you understand?
Is it so hard to do the check from VB.NET?
Why to complicate deh life?
- - - Updated - - -
In .net managed classes there is only a solution to IPC: remoting.
The loader must CHECK if the game is opened.
Do you understand?
Is it so hard to do the check from VB.NET?
Why to complicate deh life?
- - - Updated - - -
In .net managed classes there is only a solution to IPC: remoting.
Well no. Anyone can make a fake process with the same name as the loader's one.
IPC is kinda the right solution. Very clever. You can set a window hook to intercept window messages inside the process inside which the DLL is loaded. The loader will then send window messages to the process to confirm that the DLL has been loaded from its rightful owner.
Again this is very easily detectable (if you wish to crack the loader) so this + encrypting the DLL will do the job pretty fine.
IPC is kinda the right solution. Very clever. You can set a window hook to intercept window messages inside the process inside which the DLL is loaded. The loader will then send window messages to the process to confirm that the DLL has been loaded from its rightful owner.
Again this is very easily detectable (if you wish to crack the loader) so this + encrypting the DLL will do the job pretty fine.
I guess I should use FindWindow 1st as I have no knowledge about IPC. Im a newbie.
Can you help me on providing some source code or example on IPC?
Thanks.
Can you help me on providing some source code or example on IPC?
Thanks.
1. Whatever.
2. https://msdn.microsoft.com/en-us/lib...(v=vs.85).aspx.
3. So basically if anyone finds the DLL they would have to decrypt it.
- - - Updated - - -
The link above ^.
2. https://msdn.microsoft.com/en-us/lib...(v=vs.85).aspx.
3. So basically if anyone finds the DLL they would have to decrypt it.
- - - Updated - - -
The link above ^.
Similar Threads
Visual Basic ProgrammingLinking C++ DLL and Visual Basic Executable Together
3 CrossFire Spammers, Injectors and Multi ToolsVisual studio and visual basic 08 removing Registration 1 Programming TutorialsC++ And Visual Basics Tutorial Vote
6 Visual Basic Programming[Help]Call .dll From Visual Basic 7 Combat Arms Coding Help & DiscussionSo now that I have C++ and Visual Basic...
6

dows/desktop/ms632589(v=vs.85).aspx