diff --git a/docs/source/obfuscationissues/ready-to-run.rst b/docs/source/obfuscationissues/ready-to-run.rst index febb5fa9..b1dbb88f 100644 --- a/docs/source/obfuscationissues/ready-to-run.rst +++ b/docs/source/obfuscationissues/ready-to-run.rst @@ -30,4 +30,9 @@ Now, build the project and use `.dll` file that has a managed code, instead of n Use .dll File with Managed Code Instead of .exe File ---------------------------------------------------- -Usually, in the output folder of your project (if it's a `.exe`), there should be a `.dll` file with managed code. Use this `.dll` file for obfuscation instead, if there's no such file or it has a native code then use upper solution. \ No newline at end of file +Usually, in the output folder of your project (if it's a `.exe`), there should be a `.dll` file with managed code. Use this `.dll` file for obfuscation instead, if there's no such file or it has a native code then use upper solution. + +Didn't Help? +------------ + +If none of the solutions worked, it likely means your file is either protected or broken. If this isn't the case, please open an issue on the BitMono GitHub repository or reach out to us on Discord for further assistance. \ No newline at end of file