Skip to main content

anti-reversing-techniques

Equips analysts with techniques to bypass software protections for authorized analysis, enhancing malware research and security assessments.

Install this skill

or
75/100

Security score

The anti-reversing-techniques skill was audited on May 12, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 143

Hex-encoded characters

SourceSKILL.md
143"RDTSC": rb"\x0f\x31", # RDTSC opcode
medium line 144

Hex-encoded characters

SourceSKILL.md
144"RDTSCP": rb"\x0f\x01\xf9", # RDTSCP opcode
medium line 145

Hex-encoded characters

SourceSKILL.md
145"GetTickCount": rb"GetTickCount\x00",
medium line 146

Hex-encoded characters

SourceSKILL.md
146"QueryPerfCounter": rb"QueryPerformanceCounter\x00",
medium line 147

Hex-encoded characters

SourceSKILL.md
147"NtQuerySysInfo": rb"NtQuerySystemInformation\x00",
Scanned on May 12, 2026
View Security Dashboard
Installation guide →