So i did enable hooking and compiled but i got this error for the hBG vcxproject :
Severity Code Description Project File Line Suppression State
Severity Code Description Project File Line Suppression State
Warning C4018 '<=': signed/unsigned mismatch char-server C:\Users\vishn_000\Desktop\Hercules project\Hercules-stable\src\char\int_party.c 320
Warning C4018 '<': signed/unsigned mismatch hBG C:\Users\vishn_000\Desktop\Hercules project\Hercules-stable\src\plugins\hBG.c 1072
Error C2198 'function through pointer': too few arguments for call hBG C:\Users\vishn_000\Desktop\Hercules project\Hercules-stable\src\plugins\hBG.c 1950
And a bunch of unsigned mismatches after that error in various other lines. ( i used vcproject Hercules-14 and compiled with visual studio 2015)
make it like this. this plugin uses hpmhooking.
the FORMAT part is commented so anything there is not included
/*
this area is commented
*/
plugins_list: [
"HPMHooking",
"hBG",
]
Um, im new to this plugins thing but I followed the instructions as mentioned in the first page and compiled as well. This is my plugins.conf :
/* --------------- Format ---------------
After you have listed your plugin(s) in "quotations",
you need to put in a comma, to separate the plugins.
-----------------------------------------
plugins_list: [
"example",
"other",
"hBG",
]
-----------------------------------------
Please note that your scripts need to be saved
in the .c (source code) extension and placed in the /src/plugin/ folder.
-----------------------------------------
*/
plugins_list: [
/* Enable HPMHooking when plugins in use rely on Hooking */
//"HPMHooking",
//"db2sql",
//"sample",
//"other",
]