import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; public class Crash_afee5e733b01615c8494fbe943d027c4419da589 { static final String base64Bytes = String.join("", "rO0ABXNyABNqYXZhLnV0aWwuQXJyYXlMaXN0eIHSHZnHYZ0DAAFJAARzaXpleHAAAAADdwQAAAADdABkLi5LQC4uS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS3QAC0tLS0tLS0tLS0tLdAAK3JxFXV1dXV1dS3g="); public static void main(String[] args) throws Throwable { Crash_afee5e733b01615c8494fbe943d027c4419da589.class.getClassLoader().setDefaultAssertionStatus(true); try { Method fuzzerInitialize = UserRegistrationFuzzTest.class.getMethod("fuzzerInitialize"); fuzzerInitialize.invoke(null); } catch (NoSuchMethodException ignored) { try { Method fuzzerInitialize = UserRegistrationFuzzTest.class.getMethod("fuzzerInitialize", String[].class); fuzzerInitialize.invoke(null, (Object) args); } catch (NoSuchMethodException ignored1) { } catch (IllegalAccessException | InvocationTargetException e) { e.printStackTrace(); System.exit(1); } } catch (IllegalAccessException | InvocationTargetException e) { e.printStackTrace(); System.exit(1); } com.code_intelligence.jazzer.api.CannedFuzzedDataProvider input = new com.code_intelligence.jazzer.api.CannedFuzzedDataProvider(base64Bytes); UserRegistrationFuzzTest.fuzzerTestOneInput(input); } }