binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

BinaryViewType implemention

Open plafosse opened this issue 2 years ago • 2 comments

Is this a general concept that needs to be documented or a specific API? General Concept

What concept or API needs more documentation? There is no specific documentation on how to create a custom BinaryViewType (i.e. ELF, PE, MachO) What properties/methods are required?

**Are there any known examples of people using this API/concept? ** There are a few examples in the communit_plugins and in the examples directory in this repository.

plafosse avatar Aug 16 '22 14:08 plafosse

The idea is that this would be more like a tutorial/blog and less like API documentation. Something akin to https://docs.binary.ninja/dev/flags.html

psifertex avatar Sep 07 '22 19:09 psifertex

The ELF, PE, and Mach-O views are now open source and can be used for reference

https://github.com/Vector35/view-elf https://github.com/Vector35/view-macho https://github.com/Vector35/view-pe

D0ntPanic avatar Jan 30 '23 23:01 D0ntPanic