Hello
I am sorry if this is a dumb question but is it conceivable to determine the memory address of a function that is inside a running application from another application? Say I have an application A that has a function helloWorld(). A is being launched. I would like to do an application B which when run would call helloWorld() from application A if it happens to be running. Thanks for helping
Yohan