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

Highlight current EIP in HexRays Pseudocode window too #21

Closed
saidelike opened this issue Aug 29, 2018 · 1 comment
Closed

Highlight current EIP in HexRays Pseudocode window too #21

saidelike opened this issue Aug 29, 2018 · 1 comment

Comments

@saidelike
Copy link
Contributor

Atm ret-sync supports highlighting the current EIP pointer in the IDA View window (assembly). It would be nice to have it highlight the current line in the Pseudocode window (output of HexRays decompiler) when HexRays is available.

Indeed IDA already knows how to link the assembly with a line in the decompiled code as when we hit F5 the cursor is on the right line corresponding to the assembly.

However I am not sure changing the colour of one line in the Pseudocode is something provided by IDA Pro yet though so may need to ask them first to add support for that before we can implement this feature in ret-sync.

@bootleg
Copy link
Owner

bootleg commented Dec 10, 2018

Hi Cédric,

Thank you for your feedback while beta-testing this and for your ideas.

See commit 40bcecc.

@bootleg bootleg closed this as completed Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants