samuelwilliams / resolveHashedFunctions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve Hashed Functions

The project provides an IDA Python script to automate the resolution of hashed functions in shellcode.

Prerequisites

In order for the script to resolve the hashed function names an appropriate rainbow table first needs to be generated. Please note that, the current version of this utility requires you to modify the code to select the dynamic link library of interest.

python generation/generateRainbowTable.py

Deployment

In order to successfully run the script, you need to make sure that the generated rainbow table is present in the current working directory

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:Python 100.0%