SolvedDifferent DLL Style

Posts 15 of 5 · Page 1 of 1
Different DLL Style
So im new to learning DLL's and everything and I want to know everybodys opinion, in will this work? and if not, are there small tweeks I could do to make it work?

Code:
SimpleH.h :
namespace cody
{
Class Galloway
{
public:
static _declspec(dllexport) void test();
};
}


SimpleCPP.cpp:

#include <iostream>
#include "SimpleH.h"
using namespace std;

namespace cody
{
void Galloway::test()
{
Auto on all hacks in here... of course with defines ^^^^ up there.


}
}

FOR LOOP HERE.
Then just use a warrock injector?
Why are you exporting the function like that?
I was reading different DLL injection styles and they said that is a method to export the DLL as far as injection? sorry im still kinda new
I was reading different DLL injection styles
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?