Skip navigation links
E G H I M 

I

isAllSpace(String) - Static method in class methods.Methods
This method checks if the provided String consists entirely of spaces, used as part of the "Detect Strings" Function of the project
isASCII(byte) - Static method in class methods.Methods
This method checks if the byte provided is an ASCII character, used as part of the "Detect Strings" Function of the project
isELFFile(File) - Static method in class methods.Methods
This method takes in a file and checks if it contains '7f' in hex and "ELF" in Ascii at the file's beginning
isPEFile(File) - Static method in class methods.Methods
This methods takes in a file and checks if it contains 'MZ' in hex at the file's beginning Credit to this method: Here
E G H I M 
Skip navigation links