import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; public class Crash_66d46e7fbde585cc83e2bbe391f0c72a5a25f80e { static final String base64Bytes = String.join("", "rO0ABXNyABNqYXZhLnV0aWwuQXJyYXlMaXN0eIHSHZnHYZ0DAAFJAARzaXpleHAAAAABdwQAAAABdABkdXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dTU1dkA1QTU1NS51dXV1dXV1dXg="); public static void main(String[] args) throws Throwable { Crash_66d46e7fbde585cc83e2bbe391f0c72a5a25f80e.class.getClassLoader().setDefaultAssertionStatus(true); try { Method fuzzerInitialize = EmailMatcherFuzzTest.class.getMethod("fuzzerInitialize"); fuzzerInitialize.invoke(null); } catch (NoSuchMethodException ignored) { try { Method fuzzerInitialize = EmailMatcherFuzzTest.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); EmailMatcherFuzzTest.fuzzerTestOneInput(input); } }