Uses of Class
com.jsql.util.TamperingUtil
Packages that use TamperingUtil
-
Uses of TamperingUtil in com.jsql.model
Methods in com.jsql.model that return TamperingUtilMethods in com.jsql.model with parameters of type TamperingUtilModifier and TypeMethodDescriptionvoid
MediatorUtils.setTamperingUtil
(TamperingUtil tamperingUtil) -
Uses of TamperingUtil in com.jsql.util
Methods in com.jsql.util that return TamperingUtilModifier and TypeMethodDescriptionTamperingUtil.withBase64()
TamperingUtil.withBase64
(boolean selected) TamperingUtil.withEqualToLike()
TamperingUtil.withEqualToLike
(boolean selected) TamperingUtil.withEval()
TamperingUtil.withEval
(boolean selected) TamperingUtil.withFunctionComment()
TamperingUtil.withFunctionComment
(boolean selected) TamperingUtil.withHexToChar()
TamperingUtil.withHexToChar
(boolean selected) TamperingUtil.withQuoteToUtf8()
TamperingUtil.withQuoteToUtf8
(boolean selected) TamperingUtil.withRandomCase()
TamperingUtil.withRandomCase
(boolean selected) TamperingUtil.withSpaceToDashComment()
TamperingUtil.withSpaceToDashComment
(boolean selected) TamperingUtil.withSpaceToMultilineComment()
TamperingUtil.withSpaceToMultilineComment
(boolean selected) TamperingUtil.withSpaceToSharpComment()
TamperingUtil.withSpaceToSharpComment
(boolean selected) TamperingUtil.withStringToChar()
TamperingUtil.withStringToChar
(boolean selected) TamperingUtil.withVersionComment()
TamperingUtil.withVersionComment
(boolean selected)