You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// To use custom_encrypt function to encrypt hexs, you should set this flag as true.
bool custom = false;
// Each instruction data comes here (when custom flag is set as true) as 32 or 16 bit string as binary, so you can customize the string with your desired encryption method to encrypt each instruction.
// For this, you may need to parse the string variable.