1 year ago
#146591
Fiaz Ahmed Ranjha
obfuscating SPA (Single-Page-Application) binaries and .dll files to secure startup.cs and context.cs classes
I have developed a SPA (single-page-application) using react and Asp.net core and published to a folder as a self-contained App which will be deployed on the client desktop computer and work as desktop app.
I want to obfuscate the binaries
and .dll
files of published folder using neo-confuserex
so that the user may not decompile the app to see startup.cs
,context.cs
and controller.cs
classes.
the screenshot of the folder structure of the published folder is attached here.
here is second as there is a long list of files so the last screenshot is here my question is to identify the files which should be obfuscated and leave the extra remaining files which are necessary to run the app on desktop computer.
asp.net-core
single-page-application
obfuscation
decompiler
confuserex
0 Answers
Your Answer