mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
723ee16ef7
DrakvufExtractor.get_call_name always appended ' -> ' even for SystemCall
objects that have no return_value attribute, because f" -> {''}" still
produces the literal ' -> ' string. Conditionally build the suffix only
when a non-empty return value exists.