Skip to content

Where can I find more information about "hints" appearing next to disassembled instructions? #21601

Answered by trufae
Madghostek asked this question in Q&A
Discussion options

You must be logged in to vote

Those are automatic comments, the ;[X] are keyboard shortcuts to jump into the referenced address, yes the 'r' cycles between jumps/coderefs/immediates/..

in visual its [o????] because in disasm only supports 10 keyboard but the graph can contain zillions of nodes and you cant address them with just 1 number so a letter is required.

I dont think there's anything extra to explain, maybe in the book there are some lines about it, but i think those comments are pretty clear. they reference the actual string , function signature with typed arguments or numeric address that the given instruction reference.

The disasm loop is also showing many more autocomments like reloc information, esil comp…

Replies: 1 comment

Comment options

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