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? |
0 replies
|
@plafosse Sure, just a regular ctf-style RE chall: https://1drv.ms/u/s!AlfI-PgV_8WnjdwdpPn6Cx8xiQMSlg?e=ArOUl0 |
0 replies
0 replies
|
I'm actually going to convert this to an issue. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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?

All reactions