Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.6 KB

README.md

File metadata and controls

17 lines (15 loc) · 1.6 KB

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