You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the user can create a dump file via a backend command: #647. However, this is not convenient and not very discoverable. We should improved it in two possible ways:
Add a new capacity for the backend to create a dump file. Basically the adapter will be responsible for creating the dump file, and the DbgEng/LLDB adapter will be responsible for doing that. We can have a UI/API to make the feature more accessible
Add a way to save the current state of the target as a binja database. Memory regions are saved as segments, and register values, thread states, etc, are saved as metadata
The text was updated successfully, but these errors were encountered:
Right now the user can create a dump file via a backend command: #647. However, this is not convenient and not very discoverable. We should improved it in two possible ways:
The text was updated successfully, but these errors were encountered: