$byte append

Allows you to append two HEX strings.


Example

Running this code will append the following HEX strings:

  • HEX String 1:
    • 5468697320697320616e206578616d706c652073656e74656e63652e
  • HEX String 2:
    • 546869732069732061207365636f6e642073656e74656e63652e

Then after, the appended strings will be shown in the alert box.

alert($plugin function("Data and Files Automation.dll", "$byte append", "5468697320697320616e206578616d706c652073656e74656e63652e", "546869732069732061207365636f6e642073656e74656e63652e"))

Was this helpful?

Previous Article

$base64 encode/decode

Next Article

$byte count