Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompilation of function variables #374

Closed
adrmnv opened this issue Oct 25, 2024 · 4 comments
Closed

Decompilation of function variables #374

adrmnv opened this issue Oct 25, 2024 · 4 comments

Comments

@adrmnv
Copy link

adrmnv commented Oct 25, 2024

Description

Is there a way to fix this behavior, where all variables are assigned the name \u0020, that is, a space? When trying to change the code, the application gives an error, and reports that in all other methods, the names are exactly the same.
image

@GazziFX
Copy link

GazziFX commented Oct 25, 2024

For obfuscated assemblies use de4dot

@ElektroKill
Copy link
Member

Hello,

the parameter names in the picture contain obfuscated names. Please use a tool like de4dot to rename them into valid names so that the file can be edited.

@adrmnv
Copy link
Author

adrmnv commented Oct 29, 2024

For obfuscated assemblies use de4dot

Hello,

the parameter names in the picture contain obfuscated names. Please use a tool like de4dot to rename them into valid names so that the file can be edited.

de4dot breaks the file and it stops running, although it helps with renaming variables. what else can I do?

@greenozon
Copy link

get used to crazy names and continue to debug original bits :)

@adrmnv adrmnv closed this as completed Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants