Map file parser library focused on decompilation projects. Supports GNU, mwld, and other map file formats. Current version: 2.12.1. Release cadence: frequent (multiple releases per month).
pip install mapfile-parserVerified import paths — ran on the pinned version, not inferred.
Basic parsing of a map file and iterating over symbols.
Manually check the inferred addresses by dumping the parsed sections.
Use `MapFile(read_statics=False)` to disable static inference, or adjust via the `SymbolTypes` enum.
Rename any conflicting scripts or use `python3 -m mapfile_parser` instead of the bare command.
Install the library: pip install mapfile-parser
Check the installed version: pip show mapfile-parser. For >=2.9.0, use `MapFile.readMapFile(path)`. For older versions, refer to documentation.
No dependency data recorded yet.