Skip to content

Commit baeffba

Browse files
authored
Fix #3087 - use new RzStrEnc for RzBinString (#3088)
1 parent 7f0daf9 commit baeffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Cutter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,7 @@ QList<StringDescription> CutterCore::getAllStrings()
33303330
StringDescription string;
33313331
string.string = rz_str_escape_utf8_keep_printable(str->string, &opt);
33323332
string.vaddr = obj ? rva(obj, str->paddr, str->vaddr, va) : str->paddr;
3333-
string.type = str->type;
3333+
string.type = rz_str_enc_as_string(str->type);
33343334
string.size = str->size;
33353335
string.length = str->length;
33363336
string.section = section ? section->name : "";

0 commit comments

Comments
 (0)