ircmaxell/php-elf-symbolresolver

An object file (ELF, Mach-O, PE) parser

Installs: 969

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 3

Forks: 5

Open Issues: 0

pkg:composer/ircmaxell/php-elf-symbolresolver

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

This package is auto-updated.

Last update: 2025-09-20 17:45:12 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...