[Mono-list] Obfuscator

Ben Maurer bmaurer@users.sourceforge.net
Tue, 13 Jan 2004 10:14:09 -0500


On Tue, 2004-01-13 at 07:29, Giuseppe Greco wrote:
> Hi all,
> 
> does anybody know an obfuscator that runs
> on Linux with Mono?

If the obfuscator is written in pure c#, with no p/invoke calls, it
should work just fine. As long as the files it generates are compliant
with the ECMA specs, they should run OK on Mono.

-- Ben