How to restrict a user from disassembling DLL created using MATLAB Builder NE 3.0.2 (R2009b)?

I want to know how to restrict a user from dissembling the DLL created using MATLAB Builder NE by a disassemble tool like “ILDASM”. I do not want to expose my functionality/code to the end user except providing some abstract interfaces but unfortunately I do not know how to make DLL in MATLAB which cannot not be disassembled.

回答 (1 件)

Sanchali Purandare
Sanchali Purandare 2011 年 1 月 16 日

1 投票

The ability to obfuscate the code in the .NET DLL.is not available in MATLAB Builder NE 3.0.2 (R2009b). As a work around, you can use .Net Obfuscator to hide the classes and methods contained in the DLL from the ILDASM.exe.

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler SDK についてさらに検索

質問済み:

2011 年 1 月 16 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by