SkillAgentSearch skills...

HookLib

A library to hook functions !

Install / Use

/learn @arsium/HookLib
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HookLib

A library to hook functions locally !

How to use it ?

byte[] ret_opcode = { 0xC3 }; //ret asm opcode
HookLib.HookLib your_hook;
your_hook = new HookLib.HookLib(Process.GetCurrentProcess().Handle, "alibrarynamelikekernel32", "functionnameliketerminateprocess", ret_opcode);
your_hook.HookedFunction();
your_hook.UnHookedFunction();
View on GitHub
GitHub Stars18
CategoryDevelopment
Updated1mo ago
Forks3

Languages

C#

Security Score

75/100

Audited on Feb 20, 2026

No findings