java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.analyzer.BinaryPattern
All Implemented Interfaces:
IBinaryPattern

@Ser public class BinaryPattern extends Object implements IBinaryPattern
Basic implementation of a binary pattern. The checks are bytes+mask only; The custom verification method simply returns true.
  • Constructor Details

    • BinaryPattern

      public BinaryPattern(byte[] binary)
    • BinaryPattern

      public BinaryPattern(byte[] binary, byte[] mask)
    • BinaryPattern

      public BinaryPattern(byte[] binary, byte[] mask, int realStartOffset)
    • BinaryPattern

      public BinaryPattern(byte[] binary, byte[] mask, int realStartOffset, int processorMode)
  • Method Details