ircmaxell/php-object-symbolresolver

An object file (ELF, Mach-O) parser

v1.0.0 2019-04-14 01:28 UTC

This package is auto-updated.

Last update: 2024-03-14 17:23:16 UTC


README

A symbol resolver for ELF files, to extract what symbols are defined.

Why?

I need it for FFIMe to work around some C level issues with libraries not exporting certain symbols. This lets me verify them...