binaryninja-api
binaryninja-api copied to clipboard
DebugInfo needs support for bare Symbols
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.