Skip to content

Easy way to Rename function in PE, while using Debugger? #5442

Answered by fuzyll
Yuvi-App asked this question in Q&A
Discussion options

You must be logged in to vote

The current implementation of the debugger is that it creates a new Binary View while you are debugging. Changes to this view aren't synchronized with the other Binary Views or saved in any way that lets you keep modifications you make while you are debugging.

This limitation is partly due to Binary Ninja (currently) not having a good mechanism for handling multiple, overlapping regions of memory. We can't represent both the data from the current file and data from the running debugger in the same Binary View, together. We are in the process of addressing this limitation and should hopefully be able to leverage our solution before the end of this year.

In the meantime, you should 👍🏼 and s…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by xusheng6
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants