mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
move keybox check todo
This commit is contained in:
@@ -409,6 +409,7 @@ function FileSystem_Read(address) {
|
|||||||
const bufferPtr = args[2];
|
const bufferPtr = args[2];
|
||||||
const size = args[3].toInt32();
|
const size = args[3].toInt32();
|
||||||
const data = Memory.readByteArray(bufferPtr, size);
|
const data = Memory.readByteArray(bufferPtr, size);
|
||||||
|
// TODO: check compatibility for SDK 36
|
||||||
|
|
||||||
// Check if the size matches known keybox sizes (128 or 132 bytes)
|
// Check if the size matches known keybox sizes (128 or 132 bytes)
|
||||||
if ([128, 132].includes(size) && data) {
|
if ([128, 132].includes(size) && data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user