-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lifter] Couldn't find target for type #214
Comments
Upstream BNinja error. A |
All methods with Technically we could check for the value before accessing it, but that would make the code waaaaaay harder to read. |
Temporary fixed by using an "Unknown value" for |
Update for v3.5.445:
|
* Pop * fix bug related to duplicate lifiting of enum types * stabilize struct handling * format * add type names to struct defs and detect complex strings * enum fix for #214 * fix format * rename StructTesting to StructConstant * update globals.py doc * rename functions and fix signature * inline string structs by default * fix format * rename flags * fix StructConstant's hash * move constants in cexpressingenerator together * remove unused variables * remove duplicate code * add docstrings * remove TODO * removed unnecessary parameters for clarity * add/improve docstrings for enum/struct/union type lifting * improve struct hash calculation * add docstrings * shallow copy structs and arrays * change struct __str__ to output dictionary * add comment --------- Co-authored-by: Manuel Blatt <[email protected]> Co-authored-by: Manuel Blatt <[email protected]> Co-authored-by: Niklas Bergmann <[email protected]>
What happened?
How to reproduce?
Decompile esentutl at 0x14001bee0.
Affected Binary Ninja Version(s)
3.3.3996
The text was updated successfully, but these errors were encountered: