fix frida read api ref

This commit is contained in:
hyugogirubato
2026-06-14 15:47:09 +02:00
parent 3469aa43a2
commit 367c10112f
+5 -7
View File
@@ -1,5 +1,5 @@
/** /**
* Date: 2026-04-28 * Date: 2026-06-14
* Description: DRM key extraction for research and educational purposes. * Description: DRM key extraction for research and educational purposes.
* Source: https://github.com/hyugogirubato/KeyDive * Source: https://github.com/hyugogirubato/KeyDive
*/ */
@@ -28,12 +28,10 @@ const Level = {
// Backward compatibility with the modern equivalent implemented since frida 17 // Backward compatibility with the modern equivalent implemented since frida 17
// https://frida.re/news/2025/05/17/frida-17-0-0-released/ // https://frida.re/news/2025/05/17/frida-17-0-0-released/
/* /*
readS8 = readShort readS8/readU8 = readByte/readUByte
readU8 = readUShort readS16/readU16 = readShort/readUShort
readS16 = readInt readS32/readU32 = readInt/readUInt
readU16 = readUInt readS64/readU64 = readLong/readULong
readS32 = readFloat
readU32 = readDouble
console.log(hexdump(address, { console.log(hexdump(address, {
offset: 0, offset: 0,