Quote Originally Posted by xiaoyao View Post
DllFunctionCall can bind to model1.bas function,address of "sum()"

You can also apply for a memory space, write assembly code to directly execute the cdecl API, and then clean up the parameter stack.
This results in almost no invocation overhead.
In this way, you can package multiple DLLs into one exe. hook api,Then change the address to the DLL API address in the resource
Yes,we can.