Help with function cleanup / variable splitting #5629
-
I'm currently learning how to use Binary Ninja, and I was wondering if anyone knows how to deal with the following: The value In IDA I believe that I can simply split this variable into two and set the second one to First image is with module set to the type And here is an image of me right-clicking Is there a proper way to clean this up at the moment? If needed, the sample can be downloaded at: My bndb so far for this file can be downloaded at https://files.catbox.moe/10wgyf.bndb - note that there has been some opaque predicate patching done thus far on the file. This bndb should have this patching done, and the function seen in the screenshots is Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here are a few things I noticed so far:
|
Beta Was this translation helpful? Give feedback.
Here are a few things I noticed so far:
0x434ac6
and0x434ae8
should bejne
ecx
always points to the start of the file and it never changes, and in your second screenshot, although s…