Skip to content

I'm new to this field and I have a question. #6731

Answered by dev747368
cookieleeuns asked this question in Q&A
Discussion options

You must be logged in to vote

For the string translation feature, there is no change to the bytes in the program. This feature is strictly a visual feature for the user to be able to change what the string looks like in the listing and the decompiler.

To make this exportable, you would need to modify the bytes at the string's location, typically by using the Byte Viewer tool. You will have all the normal issues with fitting your new bytes into the same footprint as the old string.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cookieleeuns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #6730 on July 17, 2024 13:57.