Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save information window in trace #2160

Closed
Elinpf opened this issue Apr 29, 2019 · 5 comments
Closed

Save information window in trace #2160

Elinpf opened this issue Apr 29, 2019 · 5 comments
Labels
feature The issue requests a new feature.

Comments

@Elinpf
Copy link

Elinpf commented Apr 29, 2019

I want to see the register information and the corresponding memory information at the time of tracking. What should I do?
X64dbg seems to have not saved the information in the information window in the trace window. Is there any plugin that can achieve this?

thanks.

@mrexodia
Copy link
Member

No, this is not possible right now unfortunately. Is there any information you want to save specifically?

@mrexodia mrexodia added the feature The issue requests a new feature. label Apr 30, 2019
@Elinpf
Copy link
Author

Elinpf commented Apr 30, 2019

I found that if the text in the information window is saved in the trace, then the state of the register and its corresponding memory state can be seen at the time of backtracking.
Autocomments doesn't help with backtracking at now.
If added, the number of repeated traces can be greatly reduced.

@Elinpf
Copy link
Author

Elinpf commented May 6, 2019

Can this function be implemented as a plugin?

@mrexodia
Copy link
Member

mrexodia commented May 6, 2019

There is a callback for every step where you could save whatever you need, yes :)

@Elinpf Elinpf closed this as completed May 17, 2019
@mrexodia mrexodia reopened this May 19, 2019
@torusrxxx
Copy link
Member

Info box is now in trace tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The issue requests a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants