Obfuscation Map

nkiliannkilian Posts: 12
edited November 9, 2011 12:30PM in SmartAssembly
I have implemented access control functionality on a WinForms application that uses reflection to test whether or not a specific user has edit or view access to a control on a form, the control is hidden or disabled appropriately.

The form's assembly, type name and the name of the control are used to determine this, the information is stored in a relational database and assigned to users as permissions.

Background aside, the permissions are built pre-obfuscation for obvious reasons and as you can expect post-obfuscation are no longer compatible as the form and control names have been obfuscated.

So my requirement is the ability to interrogate the mapping files so that I can modify the data in my relational database to match the new form and control names.

Preferably this would be programmatic so that it could be included in an automated build step.

I am on the Standard Edition of SmartAssembly.

Comments

Sign In or Register to comment.