mirror of https://github.com/pwndbg/pwndbg.git
Make Binary Ninja integration not dependent on IDA integration to work (#2896)
* get rid of unnecessary call in binja integration * don't rely on ida to adjust xmlrpc marshaller * only inject xmlrpc.client in init func The call to .exe() is removed. Previously, we used it to get the exe base, but since the code uses pwndbg.aglib.proc.binary_base_addr now there's no point in the extra function call.pull/2908/head
parent
18755282e7
commit
177ff2a2bf
Loading…
Reference in new issue