You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BNinja has a concept of type references (NamedTypeReferenceClass), that point to a real type in the binary view.
However, in this case the type pointed at is not existent, thus yielding a NoneType and creating an exception.
The API does allow in the type hints to return a NoneType (Optional).
An example for this exception is the following type: struct std::basic_istream<char,struct std::char_traits<char> >::vftable'
Without a type, the value and size is unknown, wherefore the lifter can't create our custom type.
Possible upstream issue.
What happened?
Error class
[email protected]:287
contains 265 cases.How to reproduce?
sample: 588f3edabde316ad7e885884873c93863499bd741f7dcd5009e74a84b6debc6e
case: https://bugfinder.seclab-bonn.de/case/85847/
dewolf commit: e18c9d3
Binaryninja version:
3.5.4526
The text was updated successfully, but these errors were encountered: