This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.python.core.*; | |
| import java.io.*; | |
| import java.lang.reflect.Proxy; | |
| import java.util.Comparator; | |
| import java.util.PriorityQueue; | |
| public class Main { | |
| static { | |
| boolean a= PyBaseString.gcMonitorGlobal; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Diagnostics; | |
| using System.Reflection; | |
| namespace ConsoleApp4 | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package ysoserial.payloads; | |
| import com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl; | |
| import sun.org.mozilla.javascript.*; | |
| import ysoserial.payloads.annotation.Authors; | |
| import ysoserial.payloads.annotation.Dependencies; | |
| import ysoserial.payloads.annotation.PayloadTest; | |
| import ysoserial.payloads.util.Gadgets; | |
| import ysoserial.payloads.util.JavaVersion; | |
| import ysoserial.payloads.util.PayloadRunner; |