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

DebugInfo needs support for bare Symbols

Open psifertex opened this issue 3 years ago • 0 comments

Right now some debug file formats may contain symbols and offsets with no other type information associated. However the DebugInfo APIs require you to create a variable (which requires a type). In the future, the DebugInfo APIs should support the creation of symbols as well even if no type information exists.

psifertex avatar Feb 16 '23 22:02 psifertex