mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
hook optimization
This commit is contained in:
@@ -76,6 +76,8 @@ const hookLibrary = (name) => {
|
|||||||
|
|
||||||
let hookedCount = 0;
|
let hookedCount = 0;
|
||||||
functions.forEach((func) => {
|
functions.forEach((func) => {
|
||||||
|
if (func.type !== 'function') return;
|
||||||
|
|
||||||
const funcName = func.name;
|
const funcName = func.name;
|
||||||
const funcAddr = func.address;
|
const funcAddr = func.address;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user