- 解压题目文件发现是一个class文件 使用jad进行反编译,得到Reverse.java文件:
- 查看Reverse.java文件:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: Reverse.java
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Scanner;
public class Reverse
{
public Reverse()
{
}
public static void main(String args[])
{
Scanner s = new Scanner(System.in);
System.out.println("Please input the flag \uFF1A");
String str = s.next();
System.out.