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

Ability to load an input symbol map #168

Open
ElektroKill opened this issue Jul 11, 2020 · 3 comments
Open

Ability to load an input symbol map #168

ElektroKill opened this issue Jul 11, 2020 · 3 comments

Comments

@ElektroKill
Copy link

Let's say I add sequential renaming to a file. This process generates a symbol map. My idea is to add a way to input the existing symbol map to use for reobfuscation at a later time. This could be a option in the project file.

@mkaring
Copy link
Owner

mkaring commented Aug 8, 2020

Would you want to use that to ensure that the same assembly is obfuscated the same way a second time?

Or is it something like obfuscating the public members of assembly A and have assembly B obfuscated later and still reference the renamed public members?

What is the goal here?

@ElektroKill
Copy link
Author

I would like to make sure that the old and new assemblie could use the same new names. This makes tracing errors in multiple versions of software much easier.

@ivan-danilov
Copy link

I built this feature for the original ConfuserEx but it wasn't merged. Consider taking it in if that interests you: yck1509#680

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

3 participants