Function forwarders to functions in pb

Just starting out? Need help? Post your questions and find answers here.
end7
User
User
Posts: 10
Joined: Thu Jun 01, 2006 9:07 am

Function forwarders to functions in pb

Post by end7 »

Visual C++ can do it

Code: Select all

 #pragma comment(linker, "/export:okok=NTDLL.RtlAllocateHeap")
when call "okok",it will formarders to NTDLL.RtlAllocateHeap

and how do it in pb?