ROR13HashGenerator icon indicating copy to clipboard operation
ROR13HashGenerator copied to clipboard

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

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.

Win32 API tables