NeoQuix
NeoQuix
Ah yes forgot the Bugfinder line bug. Will close #441 and post comment here
Same observation as before: 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...
Will use this issue as the Part02 of the renaming refactor (Fix variable-name-generation). Part01 (#316) should be merged before this request.
The PR does not cover all error cases as the trace is utilized to catch all errors in global variable lifting. However it should fix the problem of stdout/stderr lifting.
As a temporary fix: Globals.py can check the value of a datavariable before checking if the variable was already lifted. Thus, the type will not be lifted and stored as...
Some functions will not generate a MLIL because of internal binary ninja errors. ==> Check if property MLIL is present for a given function before trying to parse it. ==>...