SkillAgentSearch skills...

SpoofCall

Spoof call stack for make reversing harder

Install / Use

/learn @strike0416/SpoofCall
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SpoofCall

Spoof call stack for make reversing harder.

If analyze DecryptStack function, reverser can track original function. If you want to prevent, Add mutation for prevent it.

Only supports up to 4 args. If you want to use more args, add args in stack. [rsp+0x20]... +0x8...

Coded in LLVM Clang-cl x64 environment.

How to use

using namespace ST;
Spoof::Call(&function, param1, param2, param3, param4);

Tested result

Original:

Original

Encrypted:

EncryptedRet

Spoofed Stack:

SpoofedStack

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1mo ago
Forks1

Languages

C++

Security Score

85/100

Audited on Feb 10, 2026

No findings