SkillAgentSearch skills...

Wardenrekter

Emulate OW2 AC

Install / Use

/learn @kuh4it/Wardenrekter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WardenREKT

Ready to pasta

Funcs

  • Restore all int3 -> NOP hooks set by Warden
  • As their entire exception handler is set by KiUserExceptionDispatcher memory region, we can simply turn it off and NOP the bytes
  • By disabling function hooks or restoring them, we place a 0xCC or 0xC3 opcode instead and overlap the existent memory

Todo

  • Remove CE protect (Warden AC has pasted their CE detection from HALO Infinite; they place a callback to get all DbgPrint logs and check which one matches with CE as they have a blacklist)
  • Use hde64 for auto scan AOB within proc
  • Hook the VEH directly and place our custom exceptions from there
  • Restore string encryption and function obfuscation routines using UNICORN Engine directly in process, and save dump to .exe

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated4d ago
Forks5

Languages

C++

Security Score

65/100

Audited on Apr 3, 2026

No findings