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 >::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]:294
contains 370 cases.How to reproduce?
sample: 28a992ea7b9df22a7b7bcc04ecb3f3b89e5ea022f03b765bf1f12edd61df779f
case: https://bugfinder.seclab-bonn.de/case/82535/
dewolf commit: 6a4eda6
Binaryninja version:
3.5.4526
The text was updated successfully, but these errors were encountered: