UI: show file offsets and virtual address in verbose output for language-specific strings (Go and Rust)
mr-tz opened this issue · 6 comments
Display raw and virtual offsets in verbose mode.
This could help to match things up more quickly between FLOSS output, the file, and disassembler view.
Hey, I would like to work on this. Though can you specify more? as to what output is needed? Should there be more columns in addition to the current offset and called at or should i just log them as info?
Hi! I imagined extra columns for this, correct.
Yes, however, this doesn't apply so much to decoded strings vs. the language strings (Go and Rust).
If we had something for the language strings that would be amazing!
Would also be interesting to show (and order by) referenced from va
or referenced from fva
with the intuition that this would group relevant strings together vs. showing them grouped by length.