Skip to content

os_dlsym

Declaration

os_dlsym :: fn (lib: OSLibrary, sym_name: string) *u8

Description

Get handle of entity from dynamically loaded binary file.

Arguments

  • lib Binary handle.
  • sym_name Name of desired symbol

Result

Entity handle or null.

Declared in: docs.txt