Naming stack local variables instead of using the hard to recognize offsets. #5102
Replies: 4 comments
-
You should be able to do this but I think in this case however we've failed to resolve the stack pointer correctly. Its hard to tell what the issue is here without seeing more of the function. Could you possibly share the binary? |
Beta Was this translation helpful? Give feedback.
-
@plafosse Sure, just a regular ctf-style RE chall: https://1drv.ms/u/s!AlfI-PgV_8WnjdwdpPn6Cx8xiQMSlg?e=ArOUl0 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm actually going to convert this to an issue. |
Beta Was this translation helpful? Give feedback.
-
I'm new to binja, but I'm finding that both the pseudo-C code and the High level IR have a large number of stack pointer offset based results that are very difficult to sort out in the code:
Is there a good way to rename them or make them local variables? In IDA we can change the function property to BP-Based Frame and it will automatically gives a label to each stack variable. How to make it happen in Binja?
Beta Was this translation helpful? Give feedback.
All reactions