Skip to content

Commit

Permalink
inline string structs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
blattm committed Jul 3, 2024
1 parent 972b58b commit 3e51bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompiler/backend/cexpressiongenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_struct_string_address_offset(vartype) -> int | None:
return address_offset


INLINE_COMPLEX_STRINGS = False
INLINE_COMPLEX_STRINGS = True
DETECT_COMPLEX_STRINGS = True


Expand Down

0 comments on commit 3e51bae

Please sign in to comment.