SkillAgentSearch skills...

ROR13HashGenerator

C# implementation to produce ROR-13 numeric hash for given function API name

Install / Use

/learn @ihack4falafel/ROR13HashGenerator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ROR-13 Hash Generator

Basic program written in C# that produce ROR-13 numeric hash value for given function API name. This will aid shellcoders that want to build smaller payloads and reverse engineers that don't have access to paid RE tools (i.e. IDA pro) and want to make sense of ROR-13 hashes on the fly. Lastly, if you're lazy like me and want to just lookup those hashes/function APIs as opposed to using the program, I made few tables for commonly used DLLs such as kernel32, see the tables list below.

<p align="center"> <img src="https://github.com/ihack4falafel/ROR13HashGenerator/blob/master/Capture.PNG"> </p>

Win32 API tables

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated3d ago
Forks12

Languages

C#

Security Score

75/100

Audited on Apr 2, 2026

No findings