Function forwarders to functions in pb
Posted: Fri Mar 09, 2007 10:06 am
Visual C++ can do it
when call "okok",it will formarders to NTDLL.RtlAllocateHeap
and how do it in pb?
Code: Select all
#pragma comment(linker, "/export:okok=NTDLL.RtlAllocateHeap")
and how do it in pb?