You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.
We've been using ConfuserEx to obfuscate our (WPF) applications before we deploy externally for a while now. Recently, we've encountered the need to build an application in the 64-bit platform to accommodate for higher memory usage. We've automated obfuscating as part of the build process using the settings defined below for our application. I decided to try to start disabling other protections one by one to see if I could get it to ever run and got lucky on the first try by disabling the anti dump protection. Do you have any idea why this protection would cause the application to crash? I even tried putting a try/catch around the main entry point but even that doesn't get hit to provide me an idea of what the underlying issue is.
The text was updated successfully, but these errors were encountered:
Hello,
We've been using ConfuserEx to obfuscate our (WPF) applications before we deploy externally for a while now. Recently, we've encountered the need to build an application in the 64-bit platform to accommodate for higher memory usage. We've automated obfuscating as part of the build process using the settings defined below for our application. I decided to try to start disabling other protections one by one to see if I could get it to ever run and got lucky on the first try by disabling the anti dump protection. Do you have any idea why this protection would cause the application to crash? I even tried putting a try/catch around the main entry point but even that doesn't get hit to provide me an idea of what the underlying issue is.
The text was updated successfully, but these errors were encountered: