MCPcopy Create free account
hub / github.com/NetSPI/JSONBeautifier / indexOf

Method indexOf

burp/IExtensionHelpers.java:196–196  ·  view source on GitHub ↗

This method searches a piece of data for the first occurrence of a specified pattern. It works on byte-based data in a way that is similar to the way the native Java method String.indexOf() works on String-based data. @param data The data to be searched. @param pattern The pattern to b

(byte[] data,
            byte[] pattern,
            boolean caseSensitive,
            int from,
            int to)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected