Bill50han / SysNR-FuncFinder

A plugin for IDA that renames functions by system call numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SysNR-FuncFinder

A plugin for IDA that renames functions by system call numbers.

Update History

Version Date Supported Arch
1.0 2022-11-30 AMD x86-64 architecture、Intel 80386、MIPS I Architecture、Advanced RISC Machines ARM
1.1 2022-12-01 AMD x86-64 architecture、Intel 80386、MIPS I Architecture、Advanced RISC Machines ARM (Fix IDA API version)

Background

In my daily analysis, many ELF files are stripped, in this condition IDA won't provide any function name, when this happens, analyzing the sample becomes difficult. So I write a plugin that can rename functions by system call numbers.

Install

  • Just copy the file SysNR-FuncFinder_WPeace.py and the folder LffPlugDir_WPeace to IDA Plugins folder, then restart IDA Pro to use SysNR-FuncFinder.
    NOTE: You need python3 and IDA >= 7.4.

Usage

image

  • Edit $\Rightarrow$ WPeace_Plugins $\Rightarrow$ SysNR-FuncFinder
    (Or hotkey = "Ctrl-Alt-F")

Example

image

Contact

You can leave a message for any questions.

About

A plugin for IDA that renames functions by system call numbers.


Languages

Language:Python 100.0%