mari-mari

Results 6 comments of mari-mari

The expression `&STUDENTS` in ` *(var_2 * 8 + &STUDENTS) ` is the result of the bug during liffing of Binary Ninja `DataVariable`. The correctly lifted expression should be `*(var_2...

Solving that particular crash is another issue by itself. The subject of the current one is to prevent the complete binary decompilation crash due to crash when decompiling single function.

Still reproducible for the latest version, ` 3.1.3469`.

Could be related to #245, TODO check after #245 is done (if noone does something on this issue earlier)

The change proposed by the issue is not correct, since it is based on incorrect lifting (see comment above). The lifting was fixed and this change is not required and...