Hello,
don't wondering: additional to PB/DLL I'm using a fine (german) interpreter language called Profan² (www.profan.de). This can take dll's normally but also I would take functions and procs like the old gw-basic-way, means writing the native code in a memory block manually and calling it (getting later only one exe without dll's...). For this it's necassary to extract the proc-code from a dll. Taking CodePtr (or GetProcAddress() ), but how to get the end-address? Does anybody knows this? Thanks for help!
Regards
Markus
------------------
don't wondering: additional to PB/DLL I'm using a fine (german) interpreter language called Profan² (www.profan.de). This can take dll's normally but also I would take functions and procs like the old gw-basic-way, means writing the native code in a memory block manually and calling it (getting later only one exe without dll's...). For this it's necassary to extract the proc-code from a dll. Taking CodePtr (or GetProcAddress() ), but how to get the end-address? Does anybody knows this? Thanks for help!
Regards
Markus
------------------
Comment