MCPcopy Index your code
hub / github.com/Firebasky/Java / get

Method get

BypassSM/BypassOfCreateClassLoader.java:42–48  ·  view source on GitHub ↗
(byte[] b,String name)

Source from the content-addressed store, hash-verified

40
41 public static class BypassClassLoader0 extends ClassLoader{
42 public Class get(byte[] b,String name) {
43 PermissionCollection pc = new Permissions();
44 pc.add(new AllPermission());
45 //设置ProtectionDomain
46 ProtectionDomain pd = new ProtectionDomain(new CodeSource(null, (Certificate[]) null), pc, this, null);
47 return super.defineClass(name, b, 0, b.length,pd);
48 }
49 }
50
51 public static void main(String[] args) {

Callers 15

ExpMethod · 0.95
check_target_versionFunction · 0.80
send_payloadFunction · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
generateTemplatesImplMethod · 0.80
perform_requestMethod · 0.80
shouldRetrieveEntityMethod · 0.80
shouldQueryEntityMethod · 0.80

Calls

no outgoing calls

Tested by 6

shouldRetrieveEntityMethod · 0.64
shouldQueryEntityMethod · 0.64
shouldUpdateEntityMethod · 0.64
shouldDeleteEntityMethod · 0.64