Pinned Loading
-
frida_type_casting.js
frida_type_casting.js 1// https://reverseengineering.stackexchange.com/a/25183
2function byteToHex(byte) {
3var HexClass = Java.use('org.apache.commons.codec.binary.Hex')
4var StringClass = Java.use('java.lang.String')
5var hexChars = HexClass.encodeHex(byte)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.