invisig0th
invisig0th
Could you clarify what you mean by "dynamically found" ? Do you mean static functions that were only discovered via the emulation pass?
Either way, creating a color map for that should be simple enough :)
I'll take a look, happen to have an exemplar binary you can share that does it?
Hrm, looks like the TraceEmulator may be either missing an arch mixin or be using an outdated API. I'll take a look ( hopefully this afternoon ). Probably an easy...
The automatic analysis pass (for most plaforms/formats) should be able to identify string constants in general. Would you mind sharing a bit more about the circumstances? Also, vivisect _strongly_ prefers...
Did you create the workspace yourself ( via the API ) or via the cli? ( If you were working directly with the workspace API, dont forget to call analyze()...
Nope, vivbin -B should be doing the analysis pass and then saving the results (including emulation).
Commited your fix. Without more specifics to address i'd like to close this ticket ( and start fresh if there are more issues )
yea, that's totally on the roadmap (especially for dissect within viv mk2 ). been meaning to look at how bad the docs are.
Yea, we can probably manage that ;) Font selection in Qt is easy, but getting it to apply correctly can be a bit of a pain, so it make take...