#import "./bin_4.7/CSharpIDASample.tlb" raw_interfaces_only using namespace CSharpIDASample; ICpluginPtr pIPlug(__uuidof(Cplugin));
int h = (int)callui(ui_get_hwnd).vptr; //ida main window hwnd pIPlug->DopluginAction( h , &lRet);
C Prototypes: int __stdcall NumFuncs(void) int __stdcall FunctionStart(int n) int __stdcall FunctionEnd(int n) VB6: Private Declare Function NumFuncs Lib "vcSample.plw" () As Long Private Declare Function FunctionStart Lib "vcSample.plw" (ByVal functionIndex As Long) As Long Private Declare Function FunctionEnd Lib "vcSample.plw" (ByVal functionIndex As Long) As Long C#: [DllImport("c_stub.plw")] public static extern int NumFuncs(); [DllImport("c_stub.plw")] public static extern int FunctionStart(int index); [DllImport("c_stub.plw")] public static extern int FunctionEnd(int index);
There are 31,320 total registered users.
[+] expand