KO
|
EN
gitlite — search
Search
#python
#react
#nodejs
#typescript
#hacktoberfest
#kubernetes
#dart
#android
#kotlin
#machine-learning
#csharp
#javascript
RefHunter
★ 40
Open GitHub ↗
User-friendly reference finder in IDA
Download README (.md)
Explore Similar Repositories
BasicBool
:
An application written in C++ to visualize computing using boolean logic.
gisture
:
A minimal and flexible blog generator based on GitHub Gist.
vagrant-k8s
:
Creating a multi-node Kubernetes cluster on local machine using VirtualBox and Vagrant.
42sp-cursus-born2beroot
:
This is my implementation guideline for a Linux Server configured in a Virtual Machine
loda-programs
:
LODA Programs for Integer Sequences
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RefHunter
?
Download (.md)
# IDARefHunter ## Official Link - Find this project at [IDA Plugin Contest 2021](https://hex-rays.com/contests_details/contest2021/#RefHunter). - Find this project at [Hex-ray plugin repository](https://plugins.hex-rays.com/refhunter). <br> ----- ## Queck-view <img src="image/RefHunter.gif"> <br> ----- ## Why do we need RefHunter? Getting reference information in ***one specific function*** is the secret to find out the connection between lines. - Comparing two function's ***subroutine lists*** is one of the simplest diffing tequnique. - By just seeing the ***string list*** referenced in the function, we can infer the sketchy role of the function. However, among the all of fancy features in IDA, getting ***all reference information*** in ***one specific function*** hasn't available so far. ### That's where "***RefHunter**: User-friendly function reference finder*" comes in. <br> ----- ## RefHunter **RefHunter** find all references in simple and lightweighted manner. - User-friendly view - Runs without any 3rd-party application - Runs without installing itself, it's just portable. - Analyze the function and show tiny little ***report*** for you! <br> ----- ## Usage | Key | Description | | -------- | ----------- | | <kbd>Ctrl</kbd> + <kbd>H</kbd> | Open the Ref<ins>**H**</ins>unter view | | <kbd>ESC</kbd> | Close the RefHunter view | | <kbd>C</kbd> or <kbd>c</kbd> | <ins>**C**</ins>olor the selected reference in assembly line | | <kbd>R</kbd> or <kbd>r</kbd> | <ins>**R**</ins>efresh view | <br> ---- ## Installation 1. Download this repository 2. Open IDA > [File] > [Script File] > Select ***RefHunter.py*** <br> ----- ## Requirement - IDA version 7 >= with IDAPython - Tested on **7.6** with Python **2.7.16** <br> ----- ## Video guide Short video guide (<2min) [](https://www.youtube.com/watch?v=xpZ5KY1NqL4-Y "Everything Is AWESOME")