mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
fix frida read api ref
This commit is contained in:
+5
-7
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user