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

Duplicate member names - consider using --renamedupmembers true #501

Open
Philosoph228 opened this issue Mar 23, 2023 · 1 comment
Open
Labels

Comments

@Philosoph228
Copy link

I got this warning:

/*
 * Decompiled with CFR 0.2.0 (FabricMC d28b102d).
 *  …
 */

/*
 * Duplicate member names - consider using --renamedupmembers true
 */

I can't export the valid source, because the member names are the same for various types, like int a; String a;. How to pass CFR options into Enigma-swing? _.options file won't work.

@liach liach added the misc label Apr 10, 2023
@minexew
Copy link

minexew commented Apr 30, 2023

Note that according to [1], --renamedupmembers does not fix up references made by other classes, which limits its usefulness.

(It would be fantastic to have this as a native capability in Enigma)

[1] footnote at https://www.benf.org/other/cfr/obfuscation_field_renaming.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants