Vector35 / community-plugins

Repository for community provided Binary Ninja plugins
MIT License
410 stars 32 forks source link

[New Plugin]: Delphi Mapper #243

Closed CTM1 closed 5 months ago

CTM1 commented 5 months ago

Plugin Description

This is a simple plugin for parsing a MAP file generated by IDR (Interactive Delphi Reconstructor) and renaming the functions accordingly inside the binary view. This avoids doing it by hand or being limited to using IDR, as names are usually enough context.

Plugin Repository URL

Repo URL: https://github.com/CTM1/BinjaDelphiMapper

Real Release

psifertex commented 5 months ago

Thanks! I wrote a snippet that does this but a fully featured plugin is probably better.

That said, the snippet also handled data variables which might be nice to include as well.

Added to the plugin manager.