Skip to content

Commit

Permalink
update floss/qs/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz <[email protected]>
  • Loading branch information
ooprathamm and mr-tz authored Mar 6, 2024
1 parent 28a7c77 commit 1643ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floss/qs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ def render_strings(

name = layout.name
if isinstance(layout, PELayout) and layout.xor_key: # Check if the layout is PELayout and is xored
name += f" (XOR decoded with key: {layout.xor_key})"
name += f" (XOR decoded with key: 0x{layout.xor_key:x})"
if name_hint:
name = f"{name_hint} ({name})"

Expand Down

0 comments on commit 1643ebe

Please sign in to comment.