MCPcopy Create free account
hub / github.com/Firebasky/Java / main

Method main

shell/bypass/test4.java:13–15  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

11
12public class test4 {
13 public static void main(String[] args)throws Exception {
14 bypass("notepad");
15 }
16 public static void bypass(String cmd) throws Exception{
17 Class aClass = Class.forName("sun.net.www.MimeEntry");
18 Constructor d = aClass.getDeclaredConstructor(String.class,int.class,String.class,String.class);

Callers

nothing calls this directly

Calls 1

bypassMethod · 0.95

Tested by

no test coverage detected