NET Reactor Cflow Cleaner 6.7.0.0
Release

.NET反應堆是為.NET框架編寫的軟件的強大代碼保護和軟件許可系統,並支持所有生成.NET組件的語言。
控制流相混淆將您的方法中的代碼轉換為意大利麵條代碼,同時保留代碼的功能使得人眼和分解器很難遵循程序邏輯。分解器無法將意大利面代碼反复編譯到您的原始源代碼。
public static void Main ( string [ ] args )
{
int num = 1 ;
for ( ; ; )
{
int num2 = num ;
do
{
switch ( num2 )
{
case 1 :
Console . WriteLine ( "Hello, type anything" ) ;
num2 = 0 ;
if ( < Module > { ae7ca312 - 4 aae - 4 a50 - 8 c02 - 68 cd0f6a49a5 } . m_ac846466e909461989ac23502fbfe894 == 0 )
{
goto Block_2 ;
}
continue ;
case 2 :
return ;
}
Console . ReadKey ( ) ;
num2 = 2 ;
}
while ( < Module > { ae7ca312 - 4 aae - 4 a50 - 8 c02 - 68 cd0f6a49a5 } . m_d61b15f7b2a5404db656ec8afd85287e == 0 ) ;
Block_2 : ;
}
} public static void Main ( string [ ] args )
{
Console . WriteLine ( "Hello, type anything." ) ;
Console . ReadKey ( ) ;
} https://github.com/de4dot/de4dot/tree/master/de4dot.blocks
https://github.com/sychsyicboy/.netreactorcfcleaner
回到頂部