A plugin for IDA that renames functions by system call numbers.
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) |
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.
- Just copy the file
SysNR-FuncFinder_WPeace.py
and the folderLffPlugDir_WPeace
to IDA Plugins folder, then restart IDA Pro to use SysNR-FuncFinder.
NOTE
: You need python3 and IDA >= 7.4.
-
Edit
$\Rightarrow$ WPeace_Plugins$\Rightarrow$ SysNR-FuncFinder
(Or hotkey = "Ctrl-Alt-F")
You can leave a message for any questions.