Skip to content

Run a .dll or .so file instead of executable #5

@HarryR

Description

@HarryR

On Windows use MemoryModule, on Linux just dlopen the file or socket.

argv[0] should be the symbol name to load and call.

Then call the symbol with:

symbol(socket_handle, argc, argv);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions