Advertisement

Initial Entry into Good Hope Angle KCTF 2019 Q1 Writeup

阅读量:

第十题:初入好望角

通过PEiD工具分析,确认该程序为C#语言开发

直接使用dnspy工具加载,成功获取到原始源代码

复制代码
 using System;

    
 using System.IO;
    
 using System.Security.Cryptography;
    
 using System.Text;
    
  
    
 // Token: 0x02000003 RID: 3
    
 internal class a
    
 {
    
 	// Token: 0x06000004 RID: 4 RVA: 0x0000209B File Offset: 0x0000029B
    
 	private static void a(string[] A_0)
    
 	{
    
 		Console.WriteLine("Please Input Serial:");
    
 		if (global::a.a(Console.ReadLine(), "Kanxue2019") == "4RTlF9Ca2+oqExJwx68FiA==")
    
 		{
    
 			Console.WriteLine("Congratulations!  : )");
    
 			Consol

全部评论 (0)

还没有任何评论哟~