Skip to content

Releases: fosdickio/binary_ninja_mcp

v1.1.0

16 Dec 18:53
d8a2709

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Sep 13:36
78dc19a

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Sep 19:22
2e16f8e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v1.0.0

v0.2.7

16 May 18:54
6ec9b63

Choose a tag to compare

Added support for:

  • rename_variable - Rename variable inside a given function.
  • retype_variable - Retype variable inside a given function.
  • define_types - Add type definitions from a C string type definition.
  • edit_function_signature - Edit signature of a given function, given as a type string.

v0.2.6

13 May 15:10
9c16ddc

Choose a tag to compare

  • Adds the ability to request the function name based on the instruction offset
  • Given a function name, returns a list of functions that call that function
  • Given a user defined type name, return the C++ style struct/enum/etc.

v0.2.5

11 Apr 14:42
2f46d39

Choose a tag to compare

  • Fix error occurring with disassembly function
  • Added get_assembly_function to get the assembly representation of a function by name or address
  • Minor bug fixes

v0.2.4

03 Apr 20:00
54459a0

Choose a tag to compare

One more small documentation change to improve display in Binary Ninja's Plugin Manager.

image

v0.2.3

03 Apr 19:43
da94046

Choose a tag to compare

Minor documentation change to avoid breaking rendering in Binary Ninja's Plugin Manager.

v0.2.2

03 Apr 19:06
b773174

Choose a tag to compare

Adding support for comments.

v0.2.1

01 Apr 17:27
1fe3efd

Choose a tag to compare

Minor documentation updates for display in the Binary Ninja Plugin Manager.