mahaloz / decomp2dbg

A plugin to introduce interactive symbols into your debugger from your decompiler
BSD 2-Clause "Simplified" License
621 stars 39 forks source link

feat: Add address rebasing in Binary Ninja plugin #94

Closed tibotix closed 8 months ago

tibotix commented 8 months ago

This PR adds the same rebasing mechanism to the Binary Ninja Server as it is done in the Ghidra Server.

mahaloz commented 8 months ago

LGTM